rocket-league-stats
Version:
Wrapper for rocket league stats.
51 lines (50 loc) • 1.33 kB
JSON
{
"name": "rocket-league-stats",
"version": "1.0.9",
"author": "im-xnugget",
"repository": {
"type": "git",
"url": "git+https://github.com/im-xnugget/rocket-league-stats.git"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"devDependencies": {
"@types/bun": "latest",
"bun-plugin-dts-auto": "^0.10.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"bugs": {
"url": "https://github.com/im-xnugget/rocket-league-stats/issues"
},
"description": "Wrapper for rocket league stats.",
"files": [
"dist"
],
"homepage": "https://github.com/im-xnugget/rocket-league-stats#readme",
"keywords": [
"rocket-league-api",
"rocket-league",
"rl",
"stats",
"rocket-league-stats",
"api",
"rocket league",
"trn",
"trnetwork"
],
"license": "GPL-3.0",
"packageManager": "bun@1.1.2",
"scripts": {
"test": "bun test",
"build": "bun rimraf ./dist && bun tsup",
"start": "bun dist/index.js",
"publish": "npm publish",
"build:publish": "bun run build && npm publish"
},
"type": "module",
"types": "./dist/index.d.ts"
}