UNPKG

@beastmaster23/pokemon-tcg-yajs-sdk

Version:

A modern JavaScript SDK for interacting with the Pokemon Trading Card Game API, providing an intuitive interface for accessing Pokemon TCG card data, set information, and market prices.

52 lines (51 loc) 1.22 kB
{ "name": "@beastmaster23/pokemon-tcg-yajs-sdk", "version": "1.1.0", "description": "A modern JavaScript SDK for interacting with the Pokemon Trading Card Game API, providing an intuitive interface for accessing Pokemon TCG card data, set information, and market prices.", "main": "src/lib.js", "type": "module", "files": [ "src", "README.md", "LICENSE" ], "scripts": { "test": "mocha tests", "test:main": "node test/main.js", "test:all": "mocha test:all" }, "keywords": [ "pokemon", "tcg", "trading-card-game", "api", "sdk", "cards", "pokemon-cards", "tcgplayer", "cardmarket" ], "author": "Beastmaster23", "license": "MIT", "dependencies": { "dotenv": "^16.5.0" }, "devDependencies": { "mocha": "^11.3.0", "cli-progress": "^3.12.0" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/Beastmaster23/pokemon-tcg-yajs-sdk.git" }, "bugs": { "url": "https://github.com/Beastmaster23/pokemon-tcg-yajs-sdk/issues" }, "homepage": "https://github.com/Beastmaster23/pokemon-tcg-yajs-sdk#readme", "directories": { "test": "tests" } }