39 lines
914 B
JSON
39 lines
914 B
JSON
{
|
|
"name": "pokemon-tcg-sdk-typescript",
|
|
"version": "1.2.6",
|
|
"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": "jest",
|
|
"build": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/PokemonTCG/pokemon-tcg-sdk-typescript"
|
|
},
|
|
"contributors": [
|
|
"Bradyn Glines (https://github.com/glinesbdev)",
|
|
"CptSpaceToaster (https://github.com/CptSpaceToaster)",
|
|
"Monbrey (https://github.com/Monbrey)",
|
|
"Jonathan Meyer (https://github.com/jonathan-meyer)"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "0.21.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "26.0.20",
|
|
"jest": "26.6.3",
|
|
"ts-jest": "26.5.3",
|
|
"ts-node": "4.1.0",
|
|
"typescript": "4.1.5"
|
|
}
|
|
}
|