Files
osrs-json-hiscores/package.json
2019-06-13 14:45:34 -04:00

40 lines
842 B
JSON

{
"name": "osrs-json-hiscores",
"version": "1.1.3",
"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",
"cheerio": "^1.0.0-rc.3"
},
"devDependencies": {
"jest": "^24.8.0",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.2"
}
}