-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 931 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
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "cmake-dependency-submission",
"version": "0.1.0",
"description": "CMake Dependency Submission",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run test && npm run package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brenocq/cmake-dependency-submission.git"
},
"keywords": [
"cmake",
"dependency",
"submission",
"github"
],
"author": "Breno Cunha Queiroz",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@github/dependency-submission-toolkit": "^1.2.7"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@vercel/ncc": "^0.34.0",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
}
}