-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 910 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
35
{
"name": "setup-score",
"version": "1.0",
"description": "setup score action",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"prepare": "ncc build index.js --out dist",
"test": "jest",
"all": "npm run lint && npm run prepare && npm run test --passWithNoTests"
},
"keywords": [
"actions",
"score",
"setup"
],
"repository": {
"type": "git",
"url": "git+https://github.com/humanitec/setup-score.git"
},
"author": "Humanitec",
"license": "MIT",
"homepage": "https://github.com/humanitec/setup-score",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@actions/tool-cache": "^2.0.1",
"@octokit/auth-action": "^5.1.1"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"eslint": "^9.15.0",
"jest": "^29.7.0"
}
}