{
  "name": "conode",
  "version": "0.2.126",
  "description": "0-Deps, simple and fast context library for NodeJS",
  "type": "module",
  "main": "build/index.cjs",
  "types": "build/index.d.ts",
  "files": [
    "build",
    "src/index.ts"
  ],
  "module": "build/index.js",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/3axap4eHko/conode.git"
  },
  "keywords": [
    "node context",
    "context",
    "async context",
    "async",
    "promise context"
  ],
  "author": "Ivan Zakharchanka",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/3axap4eHko/conode/issues"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "homepage": "https://github.com/3axap4eHko/conode#readme",
  "devDependencies": {
    "@swc/jest": "^0.2.39",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.20.0",
    "inop": "^0.9.4",
    "jest": "^29.7.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "rm -rf build && inop src build -i __tests__ -i *.tmp.ts && tsc --declaration --emitDeclarationOnly",
    "test": "jest",
    "test:build": "node src/__tests__/index.cjs && node src/__tests__/index.mjs"
  }
}