-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 1.08 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
{
"name": "henda_devops_creations",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "azde-scripts install src/tasks",
"build": "azde-scripts build src/tasks",
"pack": "azde-scripts build src/tasks && azde-scripts package src/tasks && tfx extension create --manifest-globs vss-extension.json --overrides-file config/release.json",
"packupversion": "azde-scripts build src/tasks && azde-scripts package && tfx extension create --manifest-globs vss-extension.json --rev-version --overrides-file config/release.json",
"pack:dev": "azde-scripts build src/tasks && azde-scripts package src/tasks && tfx extension create --manifest-globs vss-extension.json --overrides-file config/dev.json",
"packupversion:dev": "npm run build && tfx extension create --manifest-globs vss-extension.json --rev-version --overrides-file config/dev.json",
"clean:tasks": "rm -rf tasks"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"tfx-cli": "^0.16.0",
"typescript": "^5.2.2",
"azde-scripts": "^1.0.0"
}
}