binmat
Version:
binmat simulator
45 lines • 1.19 kB
JSON
{
"name": "binmat",
"version": "0.0.3",
"description": "binmat simulator",
"keywords": [
"hackmud",
"binmat"
],
"homepage": "https://github.com/samualtnorman/binmat#readme",
"bugs": {
"url": "https://github.com/samualtnorman/binmat/issues"
},
"license": "MIT",
"author": "Samual Norman",
"contributors": [
"Fayti1703 <fayti1703@protonmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/samualtnorman/binmat"
},
"scripts": {
"lint": "eslint .; tsc; tsc --project src",
"build": "rollup --config",
"dev": "pnpm build --watch",
"emit-declarations": "tsc --project src --declaration --emitDeclarationOnly --noEmit false --outDir dist",
"package": "rm -rf dist && pnpm build && pnpm emit-declarations && scripts/emit-package-json.js && cp LICENSE README.md dist",
"update": "pnpm update --latest !@types/node && pnpm update @types/node",
"test": "vitest run --coverage",
"push-script": "hsm push game-scripts \"*.binmat\""
},
"dependencies": {
"@samual/lib": "0.9.1"
},
"engines": {
"node": ">=18",
"pnpm": "^8.15.5"
},
"type": "module",
"exports": {
".": "./index.js",
"./*": "./*.js",
"./*.js": "./*.js"
}
}