forked from NodeOS-Legacy/nodeos-mount-rootfs
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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
{
"name": "nodeos-boot-multiUser",
"version": "0.5.3",
"description": "Prepare and mount the NodeOS filesystems",
"main": "lib",
"bin": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/NodeOS/nodeos-mount-filesystems.git"
},
"keywords": [
"NodeOS"
],
"author": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeOS/nodeos-mount-filesystems/issues"
},
"homepage": "https://github.com/NodeOS/nodeos-mount-filesystems",
"dependencies": {
"async": "^2.5.0",
"exclfs": "^0.0.5",
"jocker": "^0.0.1",
"linux-cmdline": "^1.0.0",
"mkdirp": "^0.5.1",
"nodeos-boot-singleUser": "^0.5.2",
"nodeos-boot-singleUserMount": "^0.5.2",
"nodeos-mount-utils": "^0.2.0",
"rimraf": "^2.6.1",
"snyk": "^1.319.0"
},
"snyk": true
}