mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 02:42:09 +00:00
33 lines
670 B
JSON
33 lines
670 B
JSON
{
|
|
"name": "@tcgdex/server",
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"compile": "bun compiler/index.ts",
|
|
"dev": "bun --watch --hot src/index.ts",
|
|
"start": "bun src/index.ts"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@dzeio/config": "^1",
|
|
"@dzeio/object-util": "^1",
|
|
"@tcgdex/sdk": "^2",
|
|
"apicache": "^1",
|
|
"express": "^4",
|
|
"express-graphql": "^0.12.0",
|
|
"graphql": "^15"
|
|
},
|
|
"devDependencies": {
|
|
"@types/apicache": "^1",
|
|
"@types/express": "^4",
|
|
"@types/glob": "^8",
|
|
"@types/node": "^18",
|
|
"@types/node-fetch": "^2",
|
|
"glob": "^8",
|
|
"node-fetch": "^2",
|
|
"ts-node": "^10",
|
|
"ts-node-dev": "^2",
|
|
"typescript": "^4"
|
|
}
|
|
}
|