Files
pokemon-tcg-sdk-typescript/package.json
Bradyn Glines cf8e6f5434 Readme & package.json
Updated the API url in the package.json description and added a TODO section to the readme file.
2018-01-21 10:31:04 -07:00

20 lines
407 B
JSON

{
"name": "pokemon-tcg-sdk-typescript",
"version": "0.1.2",
"description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"PokemonTCG",
"Typescript",
"API",
"SDK"
],
"author": "Bradyn Glines",
"license": "MIT",
"dependencies": {
"axios": "^0.17.1",
"typescript": "^2.6.2"
}
}