{ "name": "@a-morphous/frontispiece-ink-hookstate", "version": "4.1.0", "description": "Ink and Hookstate integration.", "main": "dist/ink-hookstate.module.js", "module": "dist/ink-hookstate.module.js", "type": "module", "types": "dist/index.d.ts", "files": [ "src", "dist" ], "license": "MPL 2.0", "engines": { "node": ">=16.0.0" }, "scripts": { "build": "node build", "prepublishOnly": "pnpm build", "dryRun": "pnpm publish --dry-run", "pub": "pnpm publish --access public", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Amorphous (https://amorphic.space)", "devDependencies": { "@a-morphous/frontispiece-ink-processor": "workspace:^4.1.0", "@hookstate/core": "^4.0.0", "esbuild": "^0.17.11", "minimist": "^1.2.8", "npm-dts": "^1.3.12" }, "peerDependencies": { "@a-morphous/frontispiece-ink-processor": "^4.1.0", "@hookstate/core": "^4.0.0" } }