-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 923 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
{
"name": "root",
"private": true,
"devDependencies": {
"@oclif/dev-cli": "1.22.2",
"@types/node": "10.17.24",
"cz-conventional-changelog": "3.2.0",
"eslint": "5.16.0",
"eslint-config-oclif": "3.1.0",
"eslint-config-oclif-typescript": "0.1.0",
"git-cz": "4.6.2",
"globby": "10.0.2",
"husky": "4.2.5",
"lerna": "^3.22.0",
"ts-node": "8.10.2",
"typescript": "3.9.5"
},
"scripts": {
"commit": "git-cz",
"clean-test-dir": "rm -rf ./packages/test"
},
"dependencies": {
"@htmlgoddess/cli": "file:packages/@htmlgoddess/cli",
"@htmlgoddess/templates": "file:packages/@htmlgoddess/templates",
"@htmlgoddess/webpack-plugin": "file:packages/@htmlgoddess/webpack-plugin",
"execa": "4.0.2",
"g": "2.0.1",
"test": "file:packages/test"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}