-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 961 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
{
"name": "@whitecolor/yall",
"version": "1.0.0-pre.7",
"main": "index.js",
"bin": {
"yall": "yall.js"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"scripts": {
"clean": "ts-clean-built --old",
"test": "docker-compose -f test/docker-compose.yml run --rm test",
"prepublishOnly": "yarn clean && tsc && yarn test",
"build": "yarn tsc"
},
"license": "MIT",
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/event-stream": "^3.3.31",
"@types/fs-extra": "^3.0.0",
"@types/glob": "^5.0.30",
"@types/minimatch": "^3.0.3",
"@types/node": "^14.0.20",
"@types/rimraf": "^0.0.28",
"@types/yargs": "^6.6.0",
"fs-extra": "^3.0.1",
"trash-cli": "^1.4.0",
"ts-clean-built": "^1.0.0",
"typescript": "^3.9.6"
},
"dependencies": {
"chalk": "^4.1.0",
"minimatch": "^3.0.4",
"rimraf": "^3.0.2",
"yacr": "^1.0.0-pre.6",
"yargs": "^7.1.0"
}
}