UNPKG

mudlet-map-binary-reader

Version:

Reads and writes Mudlet's map binary file (v20), with read-only support for older formats (v16-v19). Can output .js files needed for Mudlet Map Reader.

53 lines (52 loc) 1.34 kB
{ "name": "mudlet-map-binary-reader", "version": "1.2.0", "type": "module", "keywords": [ "mudlet", "map", "mud" ], "author": "Delwing", "license": "MIT", "repository": { "url": "git+https://github.com/Delwing/node-mudlet-map-binary-reader.git" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "mudlet-colors.json" ], "scripts": { "build": "tsdown", "lint": "eslint .", "test": "vitest run", "typecheck": "tsc -p tsconfig.json --noEmit", "prepublishOnly": "yarn build" }, "dependencies": { "qtdatastream-web": "^0.0.1" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^20.0.0", "eslint": "^10.2.0", "tsdown": "^0.22.2", "typescript": "^5.0.0", "typescript-eslint": "^8.58.2", "vitest": "^4.1.9" }, "description": "Reads and writes Mudlet's map binary file (v20), with read-only support for older formats (v16-v19). Can output .js files needed for Mudlet Map Reader.", "bugs": { "url": "https://github.com/Delwing/node-mudlet-map-binary-reader/issues" }, "homepage": "https://github.com/Delwing/node-mudlet-map-binary-reader#readme" }