-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 KB
/
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
{
"name": "my-dev-tools",
"version": "4.0.0",
"main": "",
"repository": "https://github.com/begin-again/dev-tools.git",
"license": "MIT",
"private": true,
"scripts": {
"test": "mocha -i --fgrep slow ./test/**/*.spec.js",
"test:slow": "mocha --fgrep slow ./test/**/*.spec.js",
"lint:fix": "eslint . --fix"
},
"engines": {
"node": "^20.11.0",
"yarn": "^1.22.4"
},
"dependencies": {
"dotenv": "^16.4.5",
"luxon": "^3.5.0",
"semver": "^7.6.3",
"shelljs": "^0.8.5",
"simple-git": "^3.27.0",
"uuid": "11.0.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^10.6.0",
"mock-fs": "^5.4.1",
"nyc": "^17.1.0",
"proxyquire": "^2.1.3",
"randomatic": "^3.1.1",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0"
},
"packageManager": "[email protected]"
}