-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 826 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 826 Bytes
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
{
"name": "multi-file-commit",
"version": "0.3.14",
"description": "",
"main": "src/index.mjs",
"scripts": {
"build": "ncc build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"src/**/*.mjs\"",
"lint:fix": "eslint \"src/**/*.mjs\" --fix"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"octokit": "^3.1.2",
"zx": "^7.2.3"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.1",
"@vercel/ncc": "^0.38.1"
}
}