forked from FlowCrypt/comment-email-address-alerts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 895 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
{
"name": "comment-email-address-alerts",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "npm install && npx ncc build index.js --license licenses.txt",
"deploy": "npm install && npx ncc build index.js --license licenses.txt && git add . && git commit -m 'Update dist' && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlowCrypt/comment-email-address-alerts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FlowCrypt/comment-email-address-alerts/issues"
},
"homepage": "https://github.com/FlowCrypt/comment-email-address-alerts#readme",
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/github": "^5.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.30.0"
}
}