-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "pivot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.4",
"nodemon": "^2.0.15",
"prettier": "1.19.1"
},
"scripts": {
"test": "jest --collect-coverage",
"lint": "eslint --ignore-pattern '/website' ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/wdibi/Pivot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wdibi/Pivot/issues"
},
"homepage": "https://github.com/wdibi/Pivot#readme",
"dependencies": {
"chai": "^4.3.4",
"ejs": "^3.1.6",
"express": "^4.17.1",
"ohm-js": "^15.0.0",
"open": "^8.4.0",
"pretty-js": "^0.2.2",
"yargs": "^17.3.0"
}
}