-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "setup-nimskull",
"version": "0.1.2",
"description": "Github Action to setup a Nimskull environment",
"type": "module",
"main": "index.ts",
"scripts": {
"build": "ncc build index.ts -o dist -m -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alaviss/setup-nimskull.git"
},
"author": "",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/alaviss/setup-nimskull/issues"
},
"homepage": "https://github.com/alaviss/setup-nimskull#readme",
"devDependencies": {
"@octokit/graphql-schema": "^15.3.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.14.1",
"@types/semver": "^7.5.8",
"@types/uuid": "^9.0.8",
"@vercel/ncc": "^0.38.1",
"typescript": "^5.4.5"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/http-client": "^2.2.1",
"@actions/tool-cache": "^2.0.1",
"@tsconfig/node20": "^20.1.4",
"semver": "^7.6.0",
"uuid": "^9.0.1"
}
}