{ "name": "@a-morphous/frontispiece-example", "version": "0.0.0", "private": true, "description": "Example that uses the various frontispiece libraries", "main": "index.js", "type": "module", "scripts": { "watch": "node build", "test": "echo \"Error: no test specified\" && exit 1", "html": "http-server .", "serve": "run-p watch html" }, "keywords": [], "author": "Amorphous (https://amorphic.space)", "license": "MPL 2.0", "dependencies": { "@a-morphous/frontispiece-ink-hookstate": "workspace:^4.0.0", "@a-morphous/frontispiece-ink-processor": "workspace:^4.0.0", "@a-morphous/frontispiece-line-parser": "workspace:^1.0.0", "@hookstate/core": "^4.0.0", "htm": "^3.1.1", "inkjs": "2.2.1", "marked": "^5.0.3", "preact": "^10.11.3" }, "devDependencies": { "@types/marked": "^5.0.0", "esbuild": "^0.17.11", "http-server": "^14.1.1", "npm-run-all": "^4.1.5" } }