Gacha game centered around vore.
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.
 
 
 
vore-gacha/package.json

46 lines
1.4 KiB

{
"name": "vore-gacha",
"version": "0.0.1",
"dependencies": {
"axios": "^0.24.0",
"chance": "^1.1.8",
"cuid": "^2.1.8",
"detritus-client": "^0.16.3",
"detritus-client-rest": "^0.10.5",
"discord-api-types": "^0.25.2",
"dotenv": "^10.0.0",
"fastify": "^3.24.1",
"fastify-cookie": "^5.4.0",
"pg": "^8.7.1",
"pino": "^7.5.1",
"pino-discord": "^1.0.2",
"pug": "^3.0.2",
"relateurl": "^0.2.7",
"simple-oauth2": "^4.2.0",
"slash-create": "^4.4.0"
},
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/node": "^16.11.12",
"@types/pug": "^2.0.5",
"@types/relateurl": "^0.2.29",
"@types/simple-oauth2": "^4.1.1",
"dotenv-cli": "^4.1.1",
"graphile-migrate": "^1.2.0",
"pino-pretty": "^7.3.0",
"typescript": "^4.5.3"
},
"scripts": {
"build": "tsc --build",
"clean": "rm -rf build generated",
"start": "node build/app.js",
"dbReset": "dotenv -- graphile-migrate reset",
"dbMigrate": "dotenv -- graphile-migrate migrate",
"dbWatch": "dotenv -- graphile-migrate watch",
"dbCommit": "dotenv -- graphile-migrate commit --message",
"dbUncommit": "dotenv -- graphile-migrate uncommit",
"dbStep": "dotenv -- graphile-migrate watch --once",
"loadWebhooks": "node build/tools/LoadJsonWebhooks.js",
"fullRebuild": "npm run clean && npm run -- dbReset --erase && npm run build && npm run loadWebhooks"
}
}