{
  "name": "@wry/context",
  "version": "0.5.2",
  "author": "Ben Newman <ben@eloper.dev>",
  "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around",
  "license": "MIT",
  "main": "lib/context.js",
  "module": "lib/context.esm.js",
  "types": "lib/context.d.ts",
  "keywords": [],
  "homepage": "https://github.com/benjamn/wryware",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benjamn/wryware.git"
  },
  "bugs": {
    "url": "https://github.com/benjamn/wryware/issues"
  },
  "scripts": {
    "clean": "../../node_modules/.bin/rimraf lib",
    "tsc": "../../node_modules/.bin/tsc",
    "rollup": "../../node_modules/.bin/rollup -c",
    "build": "npm run clean && npm run tsc && npm run rollup",
    "mocha": "../../scripts/test.sh lib/tests.js",
    "prepublish": "npm run build",
    "test": "npm run build && npm run mocha"
  },
  "dependencies": {
    "tslib": "^1.9.3"
  },
  "gitHead": "6dde75e2e92698ba65a7d4f9d9e8d455b23303b4"
}
