-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 955 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 955 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
33
34
35
36
37
38
39
40
41
42
{
"name": "@longaodai/ssh",
"version": "1.0.0",
"description": "Support Github action ssh.",
"main": "index.js",
"scripts": {
"test": "exit 0",
"build": "node scripts/build.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/longaodai/ssh.git"
},
"keywords": [
"ssh",
"longaodai",
"hioncoding"
],
"author": "vochilong",
"license": "ISC",
"bugs": {
"url": "https://github.com/longaodai/ssh/issues"
},
"homepage": "https://github.com/longaodai/ssh#readme",
"publishConfig": {
"@longaodai:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@actions/core": "^1.10.1",
"net": "^1.0.2",
"ssh2": "^1.15.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@vercel/ncc": "^0.38.1",
"babel-loader": "^9.1.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}