forked from tusharmath/node-config-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1005 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1005 Bytes
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": "node-config-ts",
"version": "0.0.0-development",
"dependencies": {
"@types/webpack": "^4.4.11",
"json-to-ts": "^1.5.4",
"minimist": "^1.2.0",
"module-exists": "^0.2.0",
"ramda": "^0.25.0",
"webpack": "^4.17.1"
},
"scripts": {
"test": "mocha",
"prepublish": "node_modules/.bin/tsc -d",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"bin": "./bin/cli",
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.0.0",
"@types/node": "^10.0.3",
"@types/ramda": "^0.25.32",
"cz-conventional-changelog": "^2.1.0",
"mocha": "^5.0.0",
"semantic-release": "^15.9.9",
"travis-deploy-once": "^5.0.3",
"ts-node": "^6.0.0",
"typescript": "^3.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/tusharmath/node-config-ts.git"
}
}