{ "name": "@tcgdex/db", "version": "2.0.0", "description": "Database of pokemon TCG", "repository": "https://github.com/tcgdex/cards-database.git", "author": "Avior ", "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" } }