-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 951 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"id": "jungit-winservices",
"private": true,
"version": "1.1.1",
"scripts": {
"build": "tfx extension create --manifest-globs ./vss-extension.json",
"deploy-task": "tfx build tasks upload --token _@token@_ --auth-type pat --task-path_./Task ---service-url https://jungerius.visualstudio.com/DefaultCollection",
"deploy": "npm run deploy-task",
"publish": "tfx extension publish --token _@token@_ --auth-type pat --vsix _@vsix@_ ---service-url https://marketplace.visualstudio.com/"
},
"devDependencies": {
"tfx-cli": "0.7.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisism/vsts.winservices.git"
},
"author": "Jungerius IT Consultancy",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisism/repository.chrisism/issues"
},
"homepage": "https://github.com/chrisism/repository.chrisism#readme"
}