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.
26 lines
593 B
26 lines
593 B
{
|
|
"name": "vore-gacha",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"axios": "^0.24.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",
|
|
"pug": "^3.0.2",
|
|
"simple-oauth2": "^4.2.0",
|
|
"slash-create": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.12",
|
|
"@types/pug": "^2.0.5",
|
|
"@types/simple-oauth2": "^4.1.1",
|
|
"typescript": "^4.5.3"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"start": "node build/app.js"
|
|
}
|
|
}
|
|
|