ModuleBuilder/package.json

31 lines
833 B
JSON
Raw Normal View History

2021-01-22 19:24:53 +00:00
{
"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"
},
2021-01-22 21:26:27 +00:00
"homepage": "https://github.com/GooseMod/MS2Builder#readme",
"dependencies": {
2021-01-24 10:49:41 +00:00
"axios": "^0.21.1",
2021-01-22 21:26:27 +00:00
"parcel-bundler": "^1.12.4"
},
2021-01-23 18:55:16 +00:00
"alias": {
"@goosemod/patcher": "./moduleWrappers/patcher.js",
"@goosemod/webpack": "./moduleWrappers/webpack.js",
"@goosemod/logger": "./moduleWrappers/logger.js",
"@goosemod/reactUtils": "./moduleWrappers/reactUtils.js"
},
2021-01-22 21:26:27 +00:00
"type": "module"
2021-01-22 19:24:53 +00:00
}