generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
37 lines (37 loc) · 934 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.1.4",
"private": true,
"main": "lib/src/index.js",
"scripts": {
"build": "rm -rf lib && tsc -p tsconfig.prod.json",
"test": "npm run build && ts-standardx && jest",
"package": "ncc build --license licenses.txt --target es2021",
"all": "npm test && npm run package"
},
"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.9.1",
"@actions/github": "5.0.3",
"nanoid": "3.3.4",
"simple-git": "3.13.0"
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"@vercel/ncc": "0.34.0",
"dotenv": "16.0.2",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"ts-standardx": "0.8.4",
"typescript": "4.4.4"
}
}