{
  "name": "@frp-ts/core",
  "version": "1.0.0-beta.6",
  "description": "Functional reactive values-over-time",
  "type": "commonjs",
  "typedocMain": "./src/index.ts",
  "author": "raveclassic",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raveclassic/frp-ts.git"
  },
  "bugs": {
    "url": "https://github.com/raveclassic/frp-ts/issues"
  },
  "homepage": "https://github.com/raveclassic/frp-ts#readme",
  "scripts": {},
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "tslib": "^2.3.1"
  },
  "dependencies": {
    "@frp-ts/utils": "^1.0.0-beta.6"
  },
  "devDependencies": {
    "@frp-ts/test-utils": "^1.0.0-beta.6",
    "rimraf": "^3.0.2",
    "rxjs": "^7.4.0",
    "tslib": "^2.3.1",
    "typescript": "^4.4.4"
  },
  "main": "./src/index.js",
  "typings": "./src/index.d.ts"
}
