UNPKG

@topstats/sdk

Version:

Official Node.js client for the topstats.gg API

63 lines (62 loc) 1.63 kB
{ "name": "@topstats/sdk", "version": "1.1.1", "description": "Official Node.js client for the topstats.gg API", "author": "David @dvhsh", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", "engines": { "node": ">=16.0.0" }, "scripts": { "build": "rm -rf ./dist && tsc", "clean": "rm -rf ./dist", "test": "playwright test", "test:ui": "playwright test --ui", "example": "ts-node example/index.ts", "prepublishOnly": "npm run clean && npm run build", "lint": "eslint \"lib/**/*.ts\" \"example/**/*.ts\" \"tests/**/*.ts\"", "format": "prettier --write \"lib/**/*.ts\" \"example/**/*.ts\" \"tests/**/*.ts\"" }, "files": [ "dist", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/top-stats/javascript-sdk.git" }, "keywords": [ "topstats", "discord", "bots", "api", "statistics", "rankings", "discord-bots" ], "bugs": { "url": "https://github.com/top-stats/javascript-sdk/issues" }, "homepage": "https://github.com/top-stats/javascript-sdk#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@eslint/js": "^9.20.0", "@playwright/test": "^1.48.2", "@types/node": "^20.11.0", "dotenv": "^16.4.5", "eslint": "^9.20.1", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.2.3", "globals": "^15.15.0", "prettier": "^3.5.1", "ts-node": "^10.9.2", "typescript": "^5.3.3", "typescript-eslint": "^8.24.0" } }