-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 868 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
{
"name": "github-touch-action",
"private": true,
"version": "1.5.7",
"description": "Touch a file when a PR from a user is created",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js",
"release": "npm version patch && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tripodsan/touch-action.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tripodsan/touch-action/issues"
},
"homepage": "https://github.com/tripodsan/touch-action#readme",
"dependencies": {
"@actions/core": "^1.2.2",
"@actions/github": "^2.1.1",
"@semantic-release/commit-analyzer": "^8.0.1"
},
"devDependencies": {
"@zeit/ncc": "^0.21.1",
"mocha": "^7.1.0"
}
}