Initial commit.
Classes and interfaces in place. The QueryBuilder generics are still a work in progress
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "pokemon-tcg-sdk-typescript",
|
||||
"version": "0.0.1",
|
||||
"description": "Typescript SDK for the PokemonTCG API (https://api.pokemontcg.io)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"PokemonTCG",
|
||||
"Typescript",
|
||||
"API",
|
||||
"SDK"
|
||||
],
|
||||
"author": "Bradyn Glines",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^0.17.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user