{ "name": "@wry/context", "version": "0.4.4", "author": "Ben Newman ", "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": { "@types/node": ">=6", "tslib": "^1.9.3" }, "gitHead": "50e7d6181b0b937ad54b543118e823ad98e2bca9" }