{
  "name": "cyrena",
  "version": "0.20.7",
  "description": "Composable Cycle.js with seamless React interop",
  "main": "dist/powercycle.js",
  "scripts": {
    "madge": "madge --circular --basedir $(pwd) ./dist/**/*.js || exit 0",
    "build": "tsc",
    "start": "tsc --watch",
    "test": "echo No tests for now | exit 0",
    "prepublishOnly": "npm run build && npm test",
    "postinstall": "patch-package || exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sarimarton/cyrena.git"
  },
  "keywords": [
    "cyclejs",
    "react",
    "vdom",
    "static",
    "stream",
    "frp",
    "utility"
  ],
  "author": "Marton Sari <sarimarton@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sarimarton/cyrena/issues"
  },
  "homepage": "https://sarimarton.github.io/cyrena/",
  "dependencies": {},
  "peerDependencies": {
    "@cycle/isolate": "^5.0.0",
    "@cycle/state": "^1.2.0",
    "@cycle/react": "^2.3.0",
    "@cycle/react-dom": "^2.3.0",
    "@types/react": "^16.9.22",
    "react": "^16.8.3",
    "xstream": "^11.10.0"
  },
  "devDependencies": {
    "madge": "3.7.0",
    "patch-package": "^6.1.2",
    "typescript": "^3.8.2",
    "prettier": "^1.19.1"
  }
}
