You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GooseMod/package.json

29 lines
615 B

{
"name": "injector",
"version": "3.0.0",
"description": "GooseMod injector",
"main": "index.js",
"scripts": {
"build": "bash ./building/build.sh",
"dev": "parcel src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GooseMod/GooseMod.git"
},
"keywords": [
"goosemod",
"discord"
],
"author": "GooseMod",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GooseMod/GooseMod/issues"
},
"homepage": "https://github.com/GooseMod/GooseMod#readme",
"devDependencies": {
"parcel-bundler": "^1.12.4"
},
"type": "module"
}