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.
crystalline-tracker/package.json

43 lines
1.2 KiB

{
"name": "crystalline",
"version": "1.0.0",
"description": "Crystalline bot for the Cat Cafe",
"main": "build index.js",
"scripts": {
"build": "tsc --build",
"clean": "rm -rf build",
"start": "node build/index.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"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/node": "^17.0.13",
"@types/relateurl": "^0.2.29",
"@types/simple-oauth2": "^4.1.1",
"dotenv-cli": "^4.1.1",
"graphile-migrate": "^1.2.0",
"typescript": "^4.5.5"
},
"dependencies": {
"axios": "^0.25.0",
"chance": "^1.1.8",
"detritus-client": "^0.16.3",
"detritus-client-rest": "^0.10.5",
"dotenv": "^14.3.2",
"fastify": "^3.27.0",
"fastify-cookie": "^5.5.0",
"pg": "^8.7.1",
"pino": "^7.6.4",
"pino-discord": "^1.0.2",
"relateurl": "^0.2.7",
"simple-oauth2": "^4.3.0",
"slash-create": "^5.0.3"
}
}