forked from tusharmath/node-config-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 862 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
{
"name": "node-config-ts",
"version": "0.0.0-development",
"dependencies": {
"@types/node": "^9.3.0",
"json-to-ts": "^1.5.4",
"minimist": "^1.2.0",
"module-exists": "^0.2.0",
"ramda": "^0.25.0"
},
"scripts": {
"test": "mocha",
"prepublish": "node_modules/.bin/tsc -d",
"semantic-release": "semantic-release"
},
"bin": "./bin/cli",
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/mocha": "^2.2.46",
"@types/ramda": "^0.25.15",
"cz-conventional-changelog": "^2.1.0",
"mocha": "^5.0.0",
"semantic-release": "^15.0.0",
"ts-node": "^4.1.0",
"typescript": "^2.6.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/tusharmath/node-config-ts.git"
}
}