runescape
Version:
A library to interact with the non-existent RuneScape API.
51 lines • 1.12 kB
JSON
{
"name": "runescape",
"version": "0.12.0",
"description": "A library to interact with the non-existent RuneScape API.",
"keywords": [
"RuneScape",
"Jagex",
"RS3"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Jiralite/RuneScape.git"
},
"license": "MIT",
"author": "Jiralite",
"type": "module",
"exports": "./distribution/index.js",
"types": "./distribution/index.d.ts",
"files": [
"distribution"
],
"dependencies": {
"csv-parse": "^5.6.0",
"dayjs": "^1.11.10"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.9.1",
"tsup": "^8.3.5",
"typescript": "^5.3.3"
},
"devEngines": {
"runtime": {
"name": "node",
"version": ">=22",
"onFail": "error"
},
"packageManager": {
"name": "pnpm",
"version": ">=10.14.0",
"onFail": "error"
}
},
"scripts": {
"build": "tsup",
"test": "tsc --noEmit",
"lint": "biome check",
"format": "biome check --write",
"update": "pnpm update --interactive --latest && pre-commit autoupdate"
}
}