-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 812 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
{
"name": "node-manager",
"version": "1.0.0",
"license": "GPLv3",
"author": {
"name": "Nam Dam",
"email": "namqdam@gmail.com"
},
"scripts": {
"start": "ts-node -r tsconfig-paths/register src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ssh2": "1.11.0"
},
"devDependencies": {
"@types/node": "16.11.0",
"@types/ssh2": "1.11.6",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "8.0.0",
"prettier": "2.8.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.1",
"typescript": "4.9.4"
}
}