generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 846 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
{
"name": "SmallAmp-action",
"version": "1.0.0",
"description": "SmallAmp CI for github actions",
"main": "index.js",
"scripts": {
"prepare": "ncc build index.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mabdi/smallamp-action.git"
},
"keywords": [
"SmallAmp"
],
"author": "Mehrdad Abdi",
"license": "MIT",
"bugs": {
"url": "https://github.com/mabdi/smallamp-action/issues"
},
"homepage": "https://github.com/mabdi/smallamp-action#readme",
"dependencies": {
"@actions/artifact": "^0.2.0",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/github": "^5.0.0",
"@actions/tool-cache": "^1.6.1",
"ansi-styles": "^6.1.0"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",
"eslint": "^7.4.0",
"jest": "^26.6.3"
}
}