UNPKG

@slate-sheikah/bridge

Version:

slate-sheikah bridge: Bridge components for slate-sheikah. Slate + Automerge + Sockets

75 lines (74 loc) 1.83 kB
{ "name": "@slate-sheikah/bridge", "version": "1.7.0", "files": [ "lib" ], "main": "lib/index.js", "types": "lib/index.d.ts", "description": "slate-sheikah bridge: Bridge components for slate-sheikah. Slate + Automerge + Sockets", "repository": { "type": "git", "url": "git+https://github.com/docket-hq/slate-sheikah.git" }, "browserslist": [ "since 2017-06" ], "publishConfig": { "access": "public" }, "author": "jnbarlow", "license": "MIT", "scripts": { "prepublishOnly": "yarn run build:module", "build:module": "yarn run build:types && yarn run build:js", "build:types": "tsc --emitDeclarationOnly", "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline", "watch": "yarn build:js -w", "test": "jest" }, "dependencies": { "automerge": "0.14.2", "slate": "0.70.0", "typescript": "^3.8.3" }, "devDependencies": { "@babel/cli": "^7.6.0", "@babel/core": "^7.6.0", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-proposal-object-rest-spread": "^7.5.5", "@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/preset-env": "^7.6.0", "@babel/preset-typescript": "^7.6.0", "@types/jest": "^24.9.0", "jest": "^24.9.0", "ts-jest": "^25.4.0" }, "directories": { "lib": "lib" }, "keywords": [ "slate", "automerge", "bridge", "collab", "collaboration", "socket" ], "jest": { "preset": "ts-jest", "globals": { "ts-jest": { "babelConfig": ".babelrc" } }, "roots": [ "<rootDir>/src" ], "transform": { "^.+\\.ts?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$" }, "gitHead": "0e32f2292cb34462885557fc07fd79f629c2f984" }