mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[Chore] NPM init
This commit is contained in:
parent
bc78f6b378
commit
0218217f4f
1 changed files with 19 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
Loading…
Reference in a new issue