forked from NodeOS-Legacy/nodeos-rootfs
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 815 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 815 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
{
"name": "nodeos-bootfs",
"version": "1.0.0-RC3.0",
"scripts": {
"install": "scripts/install",
"test": "scripts/test",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>",
"license": "MIT",
"dependencies": {
"nodeos-cross-toolchain": "^1.0.0-RC3.0",
"download-manager": "^0.1.3",
"genfatfs": "^1.0.3",
"snyk": "^1.319.0"
},
"description": "Generate a NodeOS `/boot` filesystem disk image",
"bin": "scripts/build",
"repository": {
"type": "git",
"url": "git+https://github.com/NodeOS/nodeos-bootfs.git"
},
"bugs": {
"url": "https://github.com/NodeOS/nodeos-bootfs/issues"
},
"homepage": "https://github.com/NodeOS/nodeos-bootfs#readme",
"snyk": true
}