-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1018 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
{
"name": "appveyor",
"version": "0.0.1",
"description": "Tools for AppVeyor",
"main": "app.js",
"bin": {
"senchacmd": "bin/sencha.js",
"patch-version": "bin/patch-version.js",
"build-sencha": "bin/build-sencha.js",
"artifact": "bin/artifact.js"
},
"author": {
"name": "24SevenOffice"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tfso/appveyor.git"
},
"dependencies": {
"commander": "^2.9.0",
"request-json": "^0.5.6",
"unzip": "^0.1.11"
},
"devDependencies": {
"@types/node": "^12",
"@types/mocha": "^2.2.39",
"@types/commander": "2.12.2",
"typescript": "^3",
"mocha": "^2.5.3"
},
"scripts": {
"install-bak": "set SERVICEFABRICSCRIPTS=%cd%/ServiceFabric/ && setx SERVICEFABRICSCRIPTS %cd%/ServiceFabric/"
}
}