{
  "name": "obs-disp",
  "version": "0.1.11",
  "description": "Create 0-coupling declarative event-bound components with functions and objects only. Build flexible apps for the browser.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "build": "rimraf dist && tsc",
    "dev:prep": "npm link obs-disp",
    "dev": "rimraf dist && tsc --watch",
    "format": "prettier --write \"src/*.ts\" \"src/**/*.ts\" \"src/**/*.js\"",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "OD",
    "obs",
    "disp",
    "observer",
    "command",
    "pattern",
    "dispatcher",
    "dispatch",
    "declarative",
    "event-bound",
    "event",
    "component",
    "uni-directional",
    "no-coupling",
    "front-end",
    "lib",
    "framework",
    "flux",
    "UI",
    "game",
    "legacy"
  ],
  "author": "AweSkyBear",
  "homepage": "https://aweskybear.github.io/obs-disp",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AweSkyBear/obs-disp"
  },
  "devDependencies": {
    "@types/ramda": "^0.28.20",
    "@types/uniqid": "^5.3.2",
    "prettier": "^2.8.1",
    "rimraf": "^3.0.2",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "ramda": "^0.28.0",
    "uniqid": "^5.4.0"
  }
}
