@andrew_l/context
Version:
Like composition api but for Node.
46 lines • 928 B
JSON
{
"name": "@andrew_l/context",
"version": "0.2.17",
"description": "Like composition api but for Node.",
"license": "MIT",
"type": "module",
"keywords": [
"async",
"context",
"local",
"storage",
"provide",
"inject",
"hooks"
],
"repository": {
"type": "git",
"url": "git+https://github.com/men232/toolkit.git",
"directory": "packages/context"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@types/node": "22.10.5",
"typescript": "~5.6.2",
"unbuild": "3.0.0-rc.11",
"vitest": "^2.1.3"
},
"dependencies": {
"@andrew_l/toolkit": "0.2.17"
},
"scripts": {
"build": "unbuild",
"test": "vitest run --typecheck",
"test:watch": "vitest watch --typecheck"
}
}