-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
49 lines (49 loc) · 1.22 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "node-scp",
"title": "SCP module for NodeJS",
"description": "Lightweight, fast and secure SCP function for NodeJS",
"version": "0.0.24",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"author": {
"name": "Mai Trung Duc",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maitrungduc1410/node-scp-async.git",
"baseUrl": "https://github.com/maitrungduc1410/node-scp-async"
},
"bugs": {
"url": "https://github.com/maitrungduc1410/node-scp-async/issues"
},
"homepage": "https://github.com/maitrungduc1410/node-scp-async",
"keywords": [
"node scp",
"node scp async",
"node-scp",
"node-scp-async",
"scp node",
"scp nodejs"
],
"scripts": {
"watch": "tsc -w",
"build": "tsc",
"release": "standard-version"
},
"dependencies": {
"ssh2": "^1.16.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/node": "^16.0.1",
"@types/ssh2": "^1.11.13",
"husky": "^7.0.1",
"standard-version": "^9.3.0",
"typescript": "^4.3.5"
}
}