-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 832 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 832 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
{
"name": "@linux-remote/server_user",
"description": "linux-remote server side user process.",
"version": "4.20.1",
"author": {
"name": "Du Wei",
"email": "hezedu@hotmail.com"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git@github.com:linux-remote/server_user.git"
},
"files": [
"src",
"index.js"
],
"scripts": {
"linuxIpty": "npm install node-pty --save --no-bin-links",
"publish": "node ../linux-remote/up-version-map.js",
"p": "npm publish --access public"
},
"license": "MPL-2.0",
"engines": {
"node": ">=12.14.0"
},
"dependencies": {
"@hezedu/socket-request": "^0.1.2",
"node-pty": "^0.9.0",
"sas": "^3.0.4"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"watch": "^1.0.2"
}
}