{ "name": "@syndicate-lang/html", "version": "0.11.11", "description": "DOM/HTML UI for Syndicate/JS", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/html", "license": "GPL-3.0+", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "main": "dist/syndicate-html.js", "module": "lib/index.js", "types": "lib/index.d.ts", "author": "Tony Garnock-Jones ", "scripts": { "prepare": "yarn compile && yarn rollup", "compile": "syndicate-tsc", "compile:watch": "syndicate-tsc -w --verbose --intermediate-directory src.ts", "rollup": "rollup -c", "rollup:watch": "rollup -c -w", "clean": "rm -rf lib/ dist/ index.js index.js.map", "veryclean": "yarn run clean && rm -rf node_modules" }, "dependencies": { "@syndicate-lang/core": "^0.11.8" }, "devDependencies": { "@syndicate-lang/syndicatec": "^0.11.9", "@syndicate-lang/ts-plugin": "^0.11.9", "@syndicate-lang/tsc": "^0.11.9" } }