{
  "name": "@marblejs/core",
  "version": "4.1.0",
  "description": "Reactive Node APIs made easy",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "start": "yarn watch",
    "watch": "tsc -w",
    "build": "tsc",
    "clean": "rimraf dist",
    "test": "jest --config ./jest.config.js",
    "prepack": "cp ../../README.md ./"
  },
  "files": [
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marblejs/marble.git"
  },
  "engines": {
    "node": ">= 8.0.0",
    "yarn": ">= 1.7.0",
    "npm": ">= 5.0.0"
  },
  "author": "marblejs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marblejs/marble/issues"
  },
  "homepage": "https://github.com/marblejs/marble#readme",
  "peerDependencies": {
    "fp-ts": "^2.13.1",
    "rxjs": "^7.5.7"
  },
  "dependencies": {
    "@types/uuid": "^7.0.0",
    "chalk": "^3.0.0",
    "io-ts": "^2.2.19",
    "uuid": "^7.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "ba213fd0af85d65784fa4865ca7dacb16cbee303"
}
