-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
32
33
34
35
36
37
38
39
40
41
{
"name": "copilot-release-notes",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"package": "ncc build src/index.ts -o dist --source-map --license licenses.txt",
"all": "npm run package",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github/copilot-release-notes.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/github/copilot-release-notes/issues"
},
"homepage": "https://github.com/github/copilot-release-notes#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/io": "^1.1.3"
},
"overrides": {
"undici": "^6.24.1",
"handlebars": "^4.7.9"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^25.5.0",
"@vercel/ncc": "^0.38.4",
"jest": "^30.3.0",
"ts-jest": "^29.4.6",
"typescript": "^6.0.2"
}
}