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

35 lines
861 B

{
"name": "vore-gacha",
"version": "0.0.1",
"dependencies": {
"axios": "^0.24.0",
"chance": "^1.1.8",
"crypto-random-string": "^4.0.0",
"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",
"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",
"pino-pretty": "^7.3.0",
"typescript": "^4.5.3"
},
"type": "module",
"scripts": {
"build": "tsc --build",
"start": "node build/app.js"
}
}