-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 760 Bytes
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-deploy",
"main": "src/index.js",
"version": "1.1.1",
"description": "",
"scripts": {
"run": "dist/index.js",
"compile": "tsc",
"webpack": "npx webpack",
"build": "npm run compile && webpack",
"test": "dist/test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.3.0",
"glob": "^7.1.7",
"node-scp": "0.0.14",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/ini": "^1.3.30",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"node-polyfill-webpack-plugin": "^1.1.2",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
}
}