mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
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": {
|
|
"axios": "^0.21.1",
|
|
"glob": "^7.1.6",
|
|
"parcel-bundler": "^1.12.4"
|
|
},
|
|
"alias": {
|
|
"@goosemod/patcher": "./moduleWrappers/goosemod/patcher.js",
|
|
"@goosemod/webpack": "./moduleWrappers/goosemod/webpack.js",
|
|
"@goosemod/logger": "./moduleWrappers/goosemod/logger.js",
|
|
"@goosemod/reactUtils": "./moduleWrappers/goosemod/reactUtils.js",
|
|
"@goosemod/toast": "./moduleWrappers/goosemod/toast.js",
|
|
"@goosemod/settings": "./moduleWrappers/goosemod/settings.js",
|
|
|
|
"powercord/entities": "./moduleWrappers/powercord/entities.js",
|
|
"powercord/injector": "./moduleWrappers/powercord/injector.js",
|
|
"powercord/webpack": "./moduleWrappers/powercord/webpack.js"
|
|
},
|
|
"type": "module"
|
|
}
|