mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-28 02:40:11 +00:00
20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"name": "@tcgdex/db",
|
|
"version": "2.0.0",
|
|
"description": "Database of pokemon TCG",
|
|
"repository": "https://github.com/tcgdex/cards-database.git",
|
|
"author": "Avior <florian@avior.me>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"compile": "tsc --project tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jscodeshift": "^0.11.0",
|
|
"@types/node": "^15.0.1",
|
|
"jscodeshift": "^0.12.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|