{
    "name": "reactive-blocs",
    "version": "0.1.9",
    "description": "Reactive Blocs",
    "main": "index.js",
    "scripts": {
        "build": "tsc",
        "build:watch": "tsc -w"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/nairinarinyan/reactive-blocs.git"
    },
    "keywords": [
        "reactive",
        "blocs"
    ],
    "author": "Nairi Narinyan",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/nairinarinyan/reactive-blocs/issues"
    },
    "homepage": "https://github.com/nairinarinyan/reactive-blocs#readme",
    "peerDependencies": {
        "react": "^16.8 || ^17.0 || ^18.0",
        "rxjs": "^7.0"
    },
    "devDependencies": {
        "@types/react": "^17.0",
        "react": "^17.0",
        "typescript": "^4.3.5",
        "rxjs": "^7.0"
    }
}
