justtcg-js
Version:
The official JavaScript/TypeScript SDK for the JustTCG API.
62 lines (61 loc) • 1.56 kB
JSON
{
"name": "justtcg-js",
"version": "0.1.16",
"description": "The official JavaScript/TypeScript SDK for the JustTCG API.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"build": "tsup",
"lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" \"examples/**/*.ts\"",
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\" \"examples/**/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/justtcg/justtcg-js.git"
},
"keywords": [
"justtcg",
"tcg",
"trading card game",
"api",
"sdk",
"pokemon",
"lorcana",
"magic the gathering",
"price api"
],
"author": "JustTCG <support@justtcg.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/justtcg/justtcg-js/issues"
},
"homepage": "https://github.com/justtcg/justtcg-js#readme",
"devDependencies": {
"@eslint/js": "^9.35.0",
"@types/node": "^24.5.2",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"ts-node": "^10.9.2",
"tsup": "^8.5.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vitest": "^3.2.4"
}
}