-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 843 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
{
"name": "please-star-first",
"version": "2.0.0",
"description": "Please Star First GitHub Action",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uhyo/please-star-first.git"
},
"keywords": [],
"author": "uhyo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/uhyo/please-star-first/issues"
},
"homepage": "https://github.com/uhyo/please-star-first#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@octokit/webhooks": "^13.7.2"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"prettier": "^3.5.2"
}
}