forked from TsuyoshiUshio/KubernetesTask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1 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
{
"name": "vsts-k8s-task",
"version": "1.0.0",
"description": "VSTS Kubernetes kubectrl Task\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[\u001b[C\u001b[C\u001b[C\u001b[C\u001btl Task",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"pretest": "tsc -p .",
"test": "mocha ./Tests/L0.js ./Tests/L1.js ./Tests/L2.js",
"report": "tsc -p .& mocha ./Tests/L0.js ./Tests/L1.js ./Test/L2.js --reporter mocha-junit-reporter",
"deploy": "deploy.bat",
"build": "tfx extension create --manifest-globs vss-extension.json"
},
"repository": {
"type": "git",
"url": "https://xsc.visualstudio.com/DefaultCollection/ASC/_git/K8s-Extension"
},
"author": "Tsuyoshi Ushio",
"license": "MIT",
"dependencies": {
"path": "^0.12.7",
"tfx-cli": "^0.7.11",
"typescript": "^2.1.5",
"typings": "^2.1.0",
"vsts-task-lib": "2.0.3-preview"
},
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.13.0"
}
}