{
  "name": "optimism",
  "version": "0.10.3",
  "author": "Ben Newman <ben@benjamn.com>",
  "description": "Composable reactive caching with efficient invalidation.",
  "keywords": [
    "caching",
    "cache",
    "invalidation",
    "reactive",
    "reactivity",
    "dependency",
    "tracking",
    "tracker",
    "memoization"
  ],
  "main": "lib/bundle.cjs.js",
  "module": "lib/bundle.esm.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "homepage": "https://github.com/benjamn/optimism#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benjamn/optimism.git"
  },
  "bugs": {
    "url": "https://github.com/benjamn/optimism/issues"
  },
  "scripts": {
    "build": "npm run clean && tsc --emitDeclarationOnly && rollup -c",
    "clean": "rimraf lib",
    "mocha": "mocha --require source-map-support/register --reporter spec --full-trace test.js",
    "prepublish": "npm run build",
    "test": "npm run build && npm run mocha"
  },
  "devDependencies": {
    "@types/mocha": "5.2.7",
    "@types/node": "12.7.5",
    "fibers": "4.0.1",
    "mocha": "6.2.0",
    "reify": "0.20.12",
    "rimraf": "3.0.0",
    "rollup": "1.21.2",
    "rollup-plugin-typescript2": "0.24.2",
    "source-map-support": "0.5.13",
    "tslib": "1.10.0",
    "typescript": "3.5.2"
  },
  "dependencies": {
    "@wry/context": "^0.4.0"
  }
}
