mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "osrs-json-hiscores",
|
|
"version": "2.2.0",
|
|
"description": "The Oldschool Runescape API wrapper that does more!",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "watch 'yarn run build' src",
|
|
"build": "tsc",
|
|
"format": "prettier --write \"src/**/*.ts\"",
|
|
"test": "jest --config jestconfig.json",
|
|
"prepublish": "yarn run build",
|
|
"release": "np"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maxswa/osrs-json-hiscores.git"
|
|
},
|
|
"keywords": [
|
|
"oldschool",
|
|
"runescape",
|
|
"osrs",
|
|
"api",
|
|
"json",
|
|
"hiscores",
|
|
"stats",
|
|
"skills"
|
|
],
|
|
"author": "maxswa",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/maxswa/osrs-json-hiscores/issues"
|
|
},
|
|
"homepage": "https://github.com/maxswa/osrs-json-hiscores#readme",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"jsdom": "^16.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.14",
|
|
"@types/jsdom": "^16.2.3",
|
|
"jest": "^24.8.0",
|
|
"np": "^5.0.3",
|
|
"prettier": "^1.19.1",
|
|
"ts-jest": "^24.0.2",
|
|
"tslint": "^5.17.0",
|
|
"tslint-config-airbnb": "^5.11.1",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"typescript": "^3.5.2",
|
|
"watch": "^1.0.2"
|
|
}
|
|
}
|