generated from Sibz/action-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 874 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
38
39
40
41
{
"name": "await-status-action",
"version": "1.0.0",
"description": "",
"main": "lib/main.js",
"scripts": {
"test": "ava --verbose",
"pack": "ncc build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sibz/await-status-action.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sibz/await-status-action/issues"
},
"homepage": "https://github.com/Sibz/await-status-action#readme",
"devDependencies": {
"@octokit/types": "^2.12.2",
"@types/node": "^13.13.4",
"@zeit/ncc": "^0.22.1",
"ava": "^3.8.1",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
},
"dependencies": {
"@actions/core": "^1.2.4",
"@octokit/rest": "^17.6.0",
"delay": "^4.3.0"
},
"ava": {
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
}
}