-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
40
{
"name": "setup-sd",
"version": "0.1.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"build": "ncc build",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kenji-miyake/setup-sd.git"
},
"author": "Kenji Miyake",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kenji-miyake/setup-sd/issues"
},
"homepage": "https://github.com/kenji-miyake/setup-sd#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@octokit/rest": "^20.0.2",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"typescript": "^5.2.2"
},
"engines": {
"node": "^16.0.0"
}
}