{ "name": "@syndicate-lang/core", "version": "0.4.1", "description": "Imperative Syndicate in the browser", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/core", "license": "GPL-3.0+", "publishConfig": { "access": "public" }, "repository": "github:syndicate-lang/syndicate-js", "scripts": { "prepare": "npm run compile && npm run rollup", "compile": "../../node_modules/.bin/tsc --incremental", "rollup": "../../node_modules/.bin/rollup -c syndicate.dist.js && node ./dist-link.js", "test": "../../node_modules/.bin/jest", "cover": "../../node_modules/.bin/nyc --reporter=html ../../node_modules/.bin/jest" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "Tony Garnock-Jones ", "dependencies": { "preserves": "0.4.0" }, "bin": { "syndicatec": "./bin/syndicatec.js" } }