1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 02:40:11 +00:00
cards-database/package.json
Florian Bouillon f8744ee6dd
Made Variants mandatory
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-05-02 17:04:19 +02:00

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"
}
}