@2004scape/rsbuf
Version:
A RuneScape update info computer
31 lines (30 loc) • 691 B
JSON
{
"name": "@2004scape/rsbuf",
"version": "244.1.0",
"description": "A RuneScape update info computer",
"main": "dist/rsbuf.js",
"types": "dist/rsbuf.d.ts",
"files": [
"/dist"
],
"scripts": {
"wasm": "wasm-pack build --target nodejs --out-dir dist --out-name rsbuf",
"bench": "cargo bench",
"test": "cargo test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2004scape/rsbuf.git"
},
"keywords": [
"runescape",
"rust",
"webassembly"
],
"author": "2004scape",
"license": "MIT",
"bugs": {
"url": "https://github.com/2004scape/rsbuf/issues"
},
"homepage": "https://github.com/2004scape/rsbuf#readme"
}