1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-08 11:09:18 +00:00
Files
cards-database/package.json
2021-04-28 11:38:03 +02:00

18 lines
393 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/node": "^15.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}