UNPKG

ittf-pingpong

Version:

Unofficial API to retrieve player rankings and statistics from ITTF (International Table Tennis Federation) affiliated members and events.

47 lines (46 loc) 1.11 kB
{ "name": "ittf-pingpong", "version": "2.0.1", "description": "Unofficial API to retrieve player rankings and statistics from ITTF (International Table Tennis Federation) affiliated members and events.", "engines": { "node": ">=18.0.0", "npm": ">=10.7.0" }, "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.mjs" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/OctRomOsc/ITTF-PingPong.git" }, "keywords": [ "ITTF", "WTT", "International Table Tennis Federation", "World Table Tennis", "Table Tennis", "Ping Pong", "Rankings", "Statistics", "Scores" ], "author": "OctRomOsc", "license": "", "bugs": { "url": "https://github.com/OctRomOsc/ITTF-PingPong/issues" }, "homepage": "https://github.com/OctRomOsc/ITTF-PingPong#readme", "dependencies": { "cuimp": "^1.8.0" } }