osrs-hiscores-parser
Version:
Package that parses and transforms Old School Runescape Hiscore API results into a JSON object.
31 lines (30 loc) • 717 B
JSON
{
"name": "osrs-hiscores-parser",
"main": "./lib/index.js",
"files": [
"lib"
],
"types": "./lib/index.d.ts",
"description": "Package that parses and transforms Old School Runescape Hiscore API results into a JSON object.",
"homepage": "https://github.com/KodeAndre/osrs-hiscores-parser",
"author": {
"name": "Andrè Hagen",
"url": "https://github.com/KodeAndre"
},
"version": "2.0.9",
"keywords": [
"Old School Runescape",
"OSRS",
"Runescape"
],
"module": "index.ts",
"devDependencies": {
"@types/node": "^18.7.13",
"ts-node": "^10.7.0",
"typescript": "^4.7.4"
},
"scripts": {
"start": "ts-node --files ./src/index.ts",
"build": "tsc"
}
}