mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-03 00:49:19 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
@ -1,30 +1,30 @@
|
||||
{
|
||||
"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",
|
||||
"@dzeio/object-util": "^1",
|
||||
"@sentry/node": "^7",
|
||||
"@tcgdex/sdk": "^2",
|
||||
"apicache": "^1",
|
||||
"express": "^4",
|
||||
"graphql": "^15",
|
||||
"graphql-http": "^1.22.1",
|
||||
"ruru": "^2.0.0-beta.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/apicache": "^1",
|
||||
"@types/express": "^4",
|
||||
"@types/node": "^20",
|
||||
"glob": "^10",
|
||||
"typescript": "^5"
|
||||
}
|
||||
"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",
|
||||
"@dzeio/object-util": "^1",
|
||||
"@sentry/node": "^7",
|
||||
"@tcgdex/sdk": "^2",
|
||||
"apicache": "^1",
|
||||
"express": "^4",
|
||||
"graphql": "^15",
|
||||
"graphql-http": "^1.22.1",
|
||||
"ruru": "^2.0.0-beta.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/apicache": "^1",
|
||||
"@types/express": "^4",
|
||||
"@types/node": "^20",
|
||||
"glob": "^10",
|
||||
"typescript": "^4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user