generated from actions-cool/action-js-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 996 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
36
37
{
"name": "pr-welcome",
"private": true,
"description": "Thanks for your contribution. 😅 But I maybe refuse.",
"repository": {
"type": "git",
"url": "https://github.com/actions-cool/pr-thank",
"branch": "main"
},
"license": "MIT",
"author": "xrkffgg",
"main": "src/main.js",
"scripts": {
"check-commit": "node ./scripts/check-commit.js",
"package": "ncc build -m",
"format": "prettier --write src/*.js",
"format-check": "prettier --check src/*.js",
"tag": "node ./scripts/tag.js",
"release": "node ./scripts/release",
"pub": "sh -e ./scripts/pub.sh"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/rest": "~18.0.14",
"actions-util": "^1.0.0"
},
"devDependencies": {
"@umijs/fabric": "^2.5.6",
"@vercel/ncc": "^0.27.0",
"chalk": "^4.1.2",
"new-github-release-url": "^1.0.0",
"open": "^7.3.0",
"prettier": "^2.2.1",
"simple-git": "^2.46.0"
}
}