mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
36 lines
718 B
JSON
36 lines
718 B
JSON
{
|
|
"name": "osrs-json-hiscores",
|
|
"version": "1.1.0",
|
|
"description": "The Oldschool Runescape API wrapper that does more!",
|
|
"main": "hiscores.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maxswa/osrs-json-hiscores.git"
|
|
},
|
|
"keywords": [
|
|
"oldschool",
|
|
"runescape",
|
|
"osrs",
|
|
"api",
|
|
"json",
|
|
"hiscores",
|
|
"stats",
|
|
"skills"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/maxswa/osrs-json-hiscores/issues"
|
|
},
|
|
"homepage": "https://github.com/maxswa/osrs-json-hiscores#readme",
|
|
"dependencies": {
|
|
"axios": "^0.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^24.8.0"
|
|
}
|
|
}
|