-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
64 lines (64 loc) · 1.92 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "gl-vsts-tasks-file-patch",
"version": "0.1.0",
"description": "Additionnal Azure tasks for the Team Services build system",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"clean": "vsts-build-tools-clean",
"postinstall": "vsts-build-tools-install",
"prebuild": "vsts-build-tools-prebuild",
"build": "tsc",
"package:clean": "vsts-build-tools-node-modclean --additionalpatterns \"* *.md\"",
"package": "vsts-build-tools-package",
"pullsubmodules": "git submodule foreach git pull origin master",
"build:test": "run-s build test",
"test": "run-s build test:no-build",
"test:no-build": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/geeklearningio/gl-vsts-tasks-file-patch"
},
"keywords": [
"VSTS",
"build",
"tasks",
"Azure"
],
"author": "Geek Learning, Adrien Siffermann, Cyprien Autexier",
"license": "MIT",
"bugs": {
"url": "https://github.com/geeklearningio/gl-vsts-tasks-file-patch/issues"
},
"homepage": "https://github.com/geeklearningio/gl-vsts-tasks-file-patch",
"devDependencies": {
"@types/fast-json-patch": "^1.1.5",
"@types/fs-extra": "^4.0.0",
"@types/ini": "^1.3.29",
"@types/jasmine": "^2.5.53",
"@types/js-yaml": "^3.9.0",
"@types/json5": "0.0.29",
"@types/micromatch": "^4.0.1",
"@types/node": "8.0.19",
"@types/parse-glob": "^3.0.29",
"@types/q": "^1.0.3",
"@types/shelljs": "^0.7.4",
"@types/xmldom": "^0.1.29",
"@types/xregexp": "^3.0.29",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"async": "3.0.1",
"eslint": "^5.16.0",
"gl-vsts-tasks-build-scripts": "^0.6.0-alpha.10",
"karma": "^1.1.2",
"modclean": "2.1.0",
"npm-run-all": "4.1.5",
"prettier": "^1.17.1",
"typescript": "3.5.2",
"jasmine-reporters": "2.3.2",
"jasmine": "3.4.0"
}
}