{ "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": { "test": "mocha", "cover": "nyc --reporter=html mocha" }, "main": "src/index.js", "author": "Tony Garnock-Jones ", "dependencies": { "debug": "^4.1.1", "immutable": "^4.0.0-rc.12", "preserves": "0.3.1" } }