osrs-wrapper
Version:
A simple wrapper around the Old School Runescape API
38 lines (37 loc) • 890 B
JSON
{
"name": "osrs-wrapper",
"version": "2.3.1",
"description": "A simple wrapper around the Old School Runescape API",
"main": "index.js",
"keywords": [
"Old School Runescape",
"OSRS",
"API"
],
"author": "jeffreyhage@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/atjeff/Osrs-Wrapper"
},
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"lint": "prettier --list-different 'src/**/*.ts'",
"typecheck": "tsc --noEmit",
"format": "prettier --write 'src/**/*.ts'",
"test": "bun test"
},
"devDependencies": {
"@devoxa/prettier-config": "^2.0.3",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^22.18.0",
"bun-types": "^1.2.21",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
},
"volta": {
"node": "22.11.0"
},
"prettier": "@devoxa/prettier-config"
}