forked from microsoft/GitHub-Copilot-for-Azure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 996 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 996 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
25
26
27
28
29
30
31
{
"name": "github-copilot-for-azure",
"version": "1.0.0",
"private": true,
"description": "GitHub Copilot plugin for Azure",
"scripts": {
"build": "gulp",
"tokens": "cd scripts && npm run tokens --",
"verify-local": "echo 'Removed: use npm run build + copilot --plugin-dir ./output instead' && exit 1",
"test": "cd scripts && npm test",
"test:skills": "cd tests && npm test --",
"test:skills:integration": "cd tests && npm run test:integration --",
"postinstall": "cd scripts && npm install",
"dashboard:collect": "cd scripts && npm run dashboard:collect",
"dashboard": "cd scripts && npm run dashboard"
},
"engines": {
"node": ">=22.14.0"
},
"devDependencies": {
"@types/fancy-log": "^2.0.2",
"@types/gulp": "^4.0.18",
"@types/node": "^25.9.0",
"@types/vinyl": "^2.0.12",
"fancy-log": "^2.0.0",
"gulp": "^5.0.1",
"nerdbank-gitversioning": "^3.9.50",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
}
}