-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 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
41
42
43
44
45
46
47
48
49
50
{
"name": "endevor-cli",
"version": "0.1.0",
"description": "Endevor SCM cli utility for maintaining local repo of Endevor environment",
"main": "lib/main.js",
"bin": {
"edo": "./lib/main.js"
},
"scripts": {
"build": "tsc --pretty",
"test": "edo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dankox/endevor-cli.git"
},
"keywords": [
"endevor"
],
"author": "dankox",
"license": "ISC",
"bugs": {
"url": "https://github.com/dankox/endevor-cli/issues"
},
"homepage": "https://github.com/dankox/endevor-cli#readme",
"dependencies": {
"diff": "^4.0.1",
"form-data": "^2.5.1",
"graceful-fs": "^4.2.2",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"read": "^1.0.7",
"rimraf": "^3.0.0",
"ts-node": "^8.3.0",
"typescript": "^3.6.3",
"yargs": "^14.2.2"
},
"devDependencies": {
"@types/diff": "^4.0.2",
"@types/form-data": "^2.5.0",
"@types/graceful-fs": "^4.1.3",
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.7.8",
"@types/read": "0.0.28",
"@types/rimraf": "^2.0.2",
"@types/yargs": "^13.0.2",
"ts-lint": "^4.5.1",
"tslint": "^5.20.0"
}
}