-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
40
{
"name": "yco",
"version": "1.4.0",
"description": "A configurator to create a common .yabairc, .skhdrc and ubersicht configuration from one JSON config",
"author": "David Losert",
"bin": {
"yco": "src/bin/yco.js",
"yco-switch-focus": "src/bin/yco-switch-focus.js"
},
"scripts": {
"start": "yco --help",
"lint": "eslint src/ tests/",
"test": "riteway 'src/**/*.test.js' | tap-nirvana",
"test:ci": "npm run test && npm run test:integration",
"test:integration": "mocha 'tests/integration/**/*.test.js'",
"test:watch": "watch 'clear && npm run -s test | tap-nirvana' src/"
},
"dependencies": {
"ajv": "6.12.6",
"better-ajv-errors": "0.7.0",
"buntstift": "5.0.2",
"command-line-interface": "4.0.24",
"ramda": "0.29.0"
},
"devDependencies": {
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.2",
"eslint": "8.36.0",
"eslint-plugin-json-format": "2.0.1",
"hamjest": "3.7.3",
"isolated": "3.0.25",
"mocha": "10.2.0",
"nyc": "15.1.0",
"riteway": "6.3.1",
"semantic-release": "21.0.1",
"tap-nirvana": "1.1.0",
"watch": "1.0.2"
},
"license": "MIT"
}