-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.12 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
{
"name": "kaze-runtime",
"version": "0.3.1",
"description": "SaaSDK Runtime Lib",
"author": "ITI",
"scripts": {
"build": "taskr build",
"lint": "taskr lint",
"test": "jest",
"clean": "taskr clean",
"superclean": "taskr superclean"
},
"main": "build/src/index",
"engines": {
"node": "4.4.5"
},
"dependencies": {
"@types/archiver": "^2.0.1",
"@types/mkdirp": "^0.5.1",
"@types/rimraf": "^2.0.2",
"archiver": "^2.1.0",
"denodeify": "^1.2.1",
"dockerode": "^2.5.3",
"mkdirp": "^0.5.1",
"rmdir": "^1.2.0",
"ncp": "2.0.0",
"rimraf": "^2.6.2",
"q": "1.3.0",
"checksum": "^0.1.1",
"jszip": "^3.0.0",
"tar-fs": "^1.16.0",
"glob-copy": "^0.1.0"
},
"devDependencies": {
"@taskr/clear": "^1.1.0",
"@taskr/shell": "^1.1.0",
"@taskr/typescript": "^1.1.0",
"@types/dockerode": "^2.5.1",
"@types/jest": "^21.1.8",
"@types/node": "^8.0.53",
"jest": "^21.2.1",
"should": "6.0.1",
"taskr": "^1.1.0",
"ts-jest": "^21.2.3",
"tslint": "^5.8.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.6.1"
}
}