@bosstop/pokemontcgapi
Version:
Pokemon TCG API
39 lines (38 loc) • 852 B
JSON
{
"name": "@bosstop/pokemontcgapi",
"version": "1.0.6",
"description": "Pokemon TCG API",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc --outDir dist/",
"publish": "npm run build && npm publish --access public",
"test": "bun ./test/index.js",
"jsdoc": "npx typedoc src/index.ts"
},
"author": "Sir Blob",
"license": "MIT",
"dependencies": {
"axios": "^1.10.0"
},
"homepage": "https://github.com/SirBlobby/PokemonTCGAPI#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/SirBlobby/PokemonTCGAPI.git"
},
"bugs": {
"url": "https://github.com/SirBlobby/PokemonTCGAPI/issues"
},
"directories": {
"test": "test"
},
"files": [
"dist"
],
"keywords": [
"pokemon",
"tcg",
"api"
]
}