Files
pokemon-tcg-sdk-typescript/package.json
2021-03-15 08:38:23 -04:00

40 lines
939 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",
"prettier": "2.2.1",
"ts-jest": "26.5.3",
"ts-node": "4.1.0",
"typescript": "4.1.5"
}
}