-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "@metaverse-systems/the-seed-utils",
"version": "1.1.2",
"description": "Utilities for the seed",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metaversesystems/the-seed-utils.git"
},
"author": "Tim Schwartz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/metaversesystems/the-seed-utils/issues"
},
"homepage": "https://github.com/metaversesystems/the-seed-utils#readme",
"dependencies": {
"ffi-napi": "^3.0.1",
"inquirer": "^7.0.6",
"mime-types": "^2.1.34",
"ref-array-napi": "^1.2.1",
"ref-napi": "^3.0.0"
},
"bin": {
"the-seed-config": "create_config.js",
"the-seed-dependencies": "check_deps.js",
"the-seed-certificates": "cert_config.js",
"the-seed-component": "create_component.js",
"the-seed-system": "create_system.js",
"the-seed-program": "create_program.js",
"the-seed-resource": "create_resourcepak.js",
"the-seed-resource-build": "build_resourcepak.js",
"the-seed-libraries-build": "build_libraries.js",
"the-seed-build": "Build.js"
},
"keywords": []
}