-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.62 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
51
52
{
"name": "gl-vsts-tasks-azure",
"version": "0.1.0",
"description": "Visual Studio Team Services Build and Release Management extensions that help you to build and publish your applications on Microsoft Azure",
"main": "gulpfile.js",
"scripts": {
"clean": "vsts-build-tools-clean",
"postinstall": "vsts-build-tools-install",
"prebuild": "vsts-build-tools-prebuild",
"build": "tsc",
"package": "vsts-build-tools-package",
"build:test": "run-s build test",
"test": "jasmine JASMINE_CONFIG_PATH=./Tests/Node/jasmine.json",
"test:chutzpah": "chutzpah.console ./Tests",
"fix:prettier": "prettier Tasks/**/*.ts --write"
},
"repository": {
"type": "git",
"url": "https://github.com/geeklearningio/gl-vsts-tasks-azure"
},
"keywords": [
"VSTS",
"build",
"tasks",
"Azure"
],
"author": "Geek Learning, Adrien Siffermann, Cyprien Autexier",
"license": "MIT",
"bugs": {
"url": "https://github.com/geeklearningio/gl-vsts-tasks-azure/issues"
},
"homepage": "https://github.com/geeklearningio/gl-vsts-tasks-azure/wiki",
"devDependencies": {
"@types/fs-extra": "^5.0.5",
"@types/ini": "^1.3.30",
"@types/jasmine": "2.8.4",
"@types/node": "^6.14.3",
"@types/q": "^1.5.1",
"@types/xregexp": "^3.0.29",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"async": "^3.2.0",
"fs-extra": "9.0.1",
"gl-vsts-tasks-build-scripts": "^0.6.0-alpha.0",
"jasmine": "3.5.0",
"lodash": "^4.17.15",
"npm-run-all": "4.1.5",
"eslint": "^5.16.0",
"typescript": "^3.9.5",
"prettier": "2.0.5"
}
}