forked from exuanbo/actions-deploy-gist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 906 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
{
"name": "actions-deploy-gist",
"version": "1.0.4",
"private": true,
"main": "lib/index.js",
"scripts": {
"build": "rm -rf lib && tsc",
"test": "ts-standardx && jest",
"package": "ncc build --license licenses.txt",
"all": "npm run build && npm test && npm run package",
"format": "ts-standardx --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exuanbo/actions-deploy-gist.git"
},
"author": {
"name": "exuanbo",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@actions/core": "1.2.6",
"@actions/github": "4.0.0"
},
"devDependencies": {
"@types/jest": "26.0.20",
"@types/node": "14.14.26",
"@vercel/ncc": "0.27.0",
"dotenv": "8.2.0",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"ts-jest": "26.5.1",
"ts-standardx": "0.6.0",
"typescript": "4.1.5"
}
}