mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
23 lines
564 B
JSON
23 lines
564 B
JSON
{
|
|
"name": "ms2builder",
|
|
"version": "1.0.0",
|
|
"description": "Builder for Module Store v2.",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/GooseMod/MS2Builder.git"
|
|
},
|
|
"author": "GooseMod",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/GooseMod/MS2Builder/issues"
|
|
},
|
|
"homepage": "https://github.com/GooseMod/MS2Builder#readme",
|
|
"dependencies": {
|
|
"parcel-bundler": "^1.12.4"
|
|
},
|
|
"type": "module"
|
|
}
|