-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
29 lines (29 loc) · 927 Bytes
/
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
{
"name": "azure-pipelines-tasks-common-packages",
"version": "1.0.0",
"description": "Shared npm packages for azure pipelines tasks",
"main": "index.js",
"scripts": {
"build": "npm install && cd common-npm-packages/build-scripts && npm install && cd ../.. && node make.js --build",
"test": "node make.js --test",
"publish": "node publish.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/azure-pipelines-tasks-common-packages.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/microsoft/azure-pipelines-tasks-common-packages/issues"
},
"homepage": "https://github.com/microsoft/azure-pipelines-tasks-common-packages#readme",
"devDependencies": {
"minimist": "^1.2.6",
"mocha": "^10.5.1",
"mocha-junit-reporter": "^2.2.0",
"nyc": "^17.0.0",
"shelljs": "^0.8.5",
"@octokit/rest": "^16.43.2"
}
}