[Chore] NPM init

This commit is contained in:
Ducko 2021-01-22 19:24:53 +00:00
parent bc78f6b378
commit 0218217f4f
1 changed files with 19 additions and 0 deletions

19
package.json Normal file
View 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"
}