{
  "name": "magnodi",
  "version": "1.1.7",
  "description": "💉MagnoDI is a lightweight dependency injection package that simplifies managing dependencies in your projects, making them more scalable and maintainable.",
  "author": "Can Çevik <mazlumcancevik@gmail.com>",
  "license": "MIT",
  "keywords": [
    "dependency injection",
    "typescript",
    "di"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "release": "release-it",
    "version": "auto-changelog -p && git add CHANGELOG.md",
    "preinstall": "npx only-allow pnpm",
    "build": "tsc",
    "build:dev": "tsc --watch",
    "test": "jest --verbose",
    "lint": "eslint --ext .js,.ts .",
    "lint:fix": "eslint --fix --ext .js,.ts .",
    "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\""
  },
  "devDependencies": {
    "@types/jest": "^28.1.6",
    "@types/node": "^18.6.1",
    "@typescript-eslint/eslint-plugin": "^5.30.7",
    "@typescript-eslint/parser": "^5.30.7",
    "auto-changelog": "^2.4.0",
    "eslint": "^8.20.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^28.1.3",
    "prettier": "^2.7.1",
    "release-it": "^16.1.4",
    "ts-jest": "^28.0.7",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "reflect-metadata": "^0.1.13"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canccevik/magnodi.git"
  },
  "bugs": {
    "url": "https://github.com/canccevik/magnodi/issues"
  },
  "homepage": "https://github.com/canccevik/magnodi#readme",
  "publishConfig": {
    "access": "public"
  }
}
