{
  "name": "timeline-monad",
  "version": "2.0.0",
  "description": "Micro Functional Reactive Programming (FRP) Framework with Monad structure",
  "module": "./code/dist/esm/timeline-monad.js",
  "types": "./code/dist/esm/timeline-monad.d.ts",
  "scripts": {
    "test": "jest --verbose=true"
  },
  "files": [
    "code/dist/",
    "LICENSE"
  ],
  "repository": "https://github.com/stken2050/timeline-monad",
  "author": "Ken Okabe <stken2050@gmail.com>",
  "license": "MIT",
  "keywords": [
    "virtual",
    "dom",
    "ui",
    "react",
    "hooks",
    "hyperapp",
    "superfine",
    "frp",
    "functional",
    "reactive",
    "timeline",
    "monad"
  ],
  "dependencies": {},
  "devDependencies": {
    "esm": "*",
    "jest": "*",
    "typescript": "*"
  }
}