The QueryBuilder is now being used to get data for each different class i.e. Card, Set, Type, SuperType and SubType
23 lines
489 B
JSON
23 lines
489 B
JSON
{
|
|
"name": "pokemon-tcg-sdk-typescript",
|
|
"version": "0.0.1",
|
|
"description": "Typescript SDK for the PokemonTCG API (https://api.pokemontcg.io)",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"PokemonTCG",
|
|
"Typescript",
|
|
"API",
|
|
"SDK"
|
|
],
|
|
"author": "Bradyn Glines",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.17.1",
|
|
"typescript": "^2.6.2"
|
|
}
|
|
}
|