{
  "name": "ioc-service-container",
  "version": "2.0.0",
  "description": "Lightweight ioc service container",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "example": "ts-node example/example.ts",
    "test": "jest",
    "format": "prettier --write .",
    "format:check": "prettier . --check"
  },
  "author": "mrcwbr",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "prettier": "3.3.3",
    "ts-jest": "^29.2.4",
    "ts-node": "^10.9.2",
    "typescript": "^4.9.5"
  },
  "files": [
    "dist/*",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mrcwbr/ioc-service-container"
  },
  "keywords": [
    "ioc",
    "inversion of control",
    "di",
    "dependency injection",
    "service container",
    "ioc container",
    "service locator",
    "javascript",
    "typescript"
  ]
}
