{ "name": "pokemon-tcg-sdk-typescript", "version": "1.3.4", "description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "PokemonTCG", "Typescript", "API", "SDK" ], "scripts": { "test": "mocha --reporter spec --require ts-node/register 'coverage/**/*.test.ts'", "build": "tsc" }, "repository": { "type": "git", "url": "https://gitea.sebar.dev/gitea_admin/pokemon-tcg-sdk-typescript.git" }, "contributors": [ "Bradyn Glines (https://github.com/glinesbdev)", "CptSpaceToaster (https://github.com/CptSpaceToaster)", "Monbrey (https://github.com/Monbrey)", "Jonathan Meyer (https://github.com/jonathan-meyer)", "Tee Diang (https://github.com/acupoftee" ], "license": "MIT", "dependencies": { "axios": "^0.29.0" }, "devDependencies": { "@types/chai": "^4.1.1", "@types/mocha": "^2.2.46", "@types/node": "^14.14.35", "chai": "^4.1.2", "mocha": "^8.2.1", "ts-node": "^4.1.0", "typescript": "4.1.5" } }