{
  "name": "@wry/context",
  "version": "0.6.0",
  "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": "^2.1.0"
  },
  "engines": {
    "node": ">=8"
  },
  "gitHead": "41f90c1a6e1103645d608a298999092dde6d62ad"
}
