-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.09 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": "habitat-tasks",
"description": "Chef Integration for Visual Studio Team System (VSTS)",
"author": "Chef Software, Inc.",
"scripts": {
"initdev:npm": "npm install && cd tasks/update_environment && npm install && cd ../..",
"initdev:typings": "pushd tasks && typings install && popd",
"initdev": "npm run initdev:npm && npm run initdev:typings",
"clean": "rimraf build",
"build:tasks": "npm run clean && npm run build:tasks:noclean",
"build:tasks:noclean": "npm run compile:scripts && node bin/build.js run",
"compile:scripts": "tsc --project scripts/tsconfig.json",
"debug:copylibs": "node bin/build.js copylibs"
},
"devDependencies": {
"fs-extra": "^2.0.0",
"mkdirp": "^0.5.1",
"q": "^1.5.1",
"rimraf": "^2.6.3",
"semver": "^5.6.0",
"sprintf-js": "^1.1.2",
"tfx-cli": "^0.6.4",
"ts-node": "^6.2.0",
"tsconfig-glob": "^0.4.3",
"tslint": "^4.5.1",
"typescript": "^2.9.2",
"@types/npm": "^2.0.30",
"uuidv5": "^1.0.0",
"commander": "^4.1"
},
"dependencies": {
"azure-pipelines-task-lib": "^2.8.0"
}
}