1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 02:40:11 +00:00
cards-database/server/package.json

35 lines
832 B
JSON

{
"name": "@tcgdex/server",
"private": true,
"main": "dist/index.js",
"scripts": {
"compile": "bun compiler/index.ts",
"dev": "bun --watch src/index.ts",
"validate": "tsc --noEmit --project ./tsconfig.json",
"start": "bun src/index.ts"
},
"license": "MIT",
"dependencies": {
"@dzeio/config": "^1.1.12",
"@dzeio/object-util": "^1.9.1",
"@dzeio/queue": "^1.2.1",
"@sentry/node": "^8.55.0",
"@tcgdex/sdk": "^2.6.0",
"apicache": "^1.6.3",
"express": "^4.21.2",
"graphql": "^15.10.1",
"graphql-http": "^1.22.4",
"ruru": "^2.0.0-beta.22",
"swagger-ui-express": "^5.0.1",
"yaml": "^2.7.1"
},
"devDependencies": {
"@types/apicache": "^1.6.7",
"@types/express": "^4.17.21",
"@types/node": "^20.17.32",
"@types/swagger-ui-express": "^4.1.8",
"glob": "^10.4.5",
"typescript": "^4.9.5"
}
}