forked from riezebosch/vsts-tasks-packer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 788 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
{
"name": "vsts-packer-tasks",
"version": "1.0.0",
"description": "Install and execute [packer](https://packer.io) as part of your build & release pipelines.",
"main": "index.js",
"scripts": {
"build:packerV0": "cd Packer/PackerV0 && npm run build:prod",
"build:packerV1": "cd Packer/PackerV1 && npm run build:prod",
"build:tool": "cd PackerTool && npm run build:prod",
"build": "npm run build:packerV0 && npm run build:packerV1 && npm run build:tool"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riezebosch/vsts-tasks-packer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/riezebosch/vsts-tasks-packer/issues"
},
"homepage": "https://github.com/riezebosch/vsts-tasks-packer#readme"
}