forked from geeklearningio/gl-vsts-tasks-variables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.57 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
{
"name": "gl-vsts-tasks-variables",
"version": "0.1.0",
"description": "Visual Studio Team Services Build and Release Management extensions that help you manipulate and load variables",
"main": "gulpfile.js",
"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": "jasmine JASMINE_CONFIG_PATH=./Tests/jasmine.json"
},
"repository": {
"type": "git",
"url": "https://github.com/geeklearningio/gl-vsts-tasks-variables"
},
"keywords": [
"VSTS",
"build",
"tasks",
"variables"
],
"author": "Geek Learning, Adrien Siffermann, Cyprien Autexier",
"license": "MIT",
"bugs": {
"url": "https://github.com/geeklearningio/gl-vsts-tasks-variables/issues"
},
"homepage": "https://github.com/geeklearningio/gl-vsts-tasks-variables/wiki",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jasmine": "^3.10.2",
"@types/js-yaml": "^4.0.5",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.11.11",
"@types/parse-glob": "^3.0.29",
"@types/q": "^1.5.5",
"async": "^3.2.2",
"azure-pipelines-task-lib": "^3.1.10",
"gl-vsts-tasks-build-scripts": "^0.6.0",
"karma": "^6.3.9",
"npm-run-all": "^4.1.5",
"typescript": "^4.5.2"
},
"dependencies": {}
}