{
  "name": "@brainstack/inject",
  "version": "1.3.3",
  "description": "A Micro Dependency Injection Package",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "brainstack",
    "dependency",
    "injection",
    "container",
    "javascript",
    "typescript"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Infini SoftWorld <info@infinisoft.dev>",
  "license": "MIT",
  "scripts": {
    "test": "set NODE_OPTIONS=--experimental-vm-modules && jest --coverage index.test.ts",
    "test:dev": "jest --watchAll",
    "build": "tsc",
    "build:watch": "tsc --watch",
    "start": "node dist/index.js",
    "types": "tsc --declaration --outDir ../typings/inject --emitDeclarationOnly"
  },
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@babel/plugin-proposal-decorators": "^7.25.9",
    "@babel/plugin-syntax-decorators": "^7.25.9",
    "@babel/preset-env": "^7.22.5",
    "@babel/preset-typescript": "^7.26.0",
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "gitHead": "3ec17032293a74e137ec846d4a6045173ee6e8ec",
  "dependencies": {
    "reflect-metadata": "^0.2.2"
  }
}
