ittf-pingpong
Version:
Unofficial API to retrieve player rankings and statistics from ITTF (International Table Tennis Federation) affiliated members and events.
60 lines (59 loc) • 1.53 kB
JSON
{
"name": "ittf-pingpong",
"version": "1.1.0",
"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": {
".": {
"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",
"International Table Tennis Federation",
"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",
"devDependencies": {
"@eslint/js": "^9.27.0",
"@swc/core": "^1.11.29",
"@types/jsdom": "^21.1.7",
"@vitest/coverage-v8": "^3.1.4",
"@vitest/ui": "^3.1.4",
"eslint": "^9.27.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^16.2.0",
"nodemon": "^3.1.10",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.0",
"vitest": "^3.1.4"
},
"dependencies": {
"jsdom": "^26.1.0"
}
}