{
  "name": "@laurence79/ts-ioc",
  "version": "1.0.0-beta.3",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "description": "An opinionated Inversion of Control container for Typescript",
  "keywords": [
    "Typescipt",
    "ioc"
  ],
  "homepage": "https://github.com/laurence79/ts-ioc#readme",
  "bugs": {
    "url": "https://github.com/laurence79/ts-ioc/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laurence79/ts-ioc.git"
  },
  "license": "ISC",
  "author": "Laurence Hartgill",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "npm run clean && rollup -c",
    "build:watch": "rollup -c -w",
    "clean": "rimraf dist",
    "lint": "eslint --cache 'src/**/*.ts' --quiet",
    "lint:watch": "esw --cache 'src/**/*.ts' --watch",
    "test": "jest"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@tsconfig/node20": "20.1.4",
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^6.2.1",
    "@typescript-eslint/parser": "^6.2.1",
    "eslint": "^8.45.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^8.9.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-chai-friendly": "^0.7.4",
    "eslint-plugin-cucumber": "^2.0.0",
    "eslint-plugin-import": "^2.28.0",
    "eslint-plugin-jest": "^28.2.0",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-watch": "^8.0.0",
    "jest": "^29.4.3",
    "jest-circus": "^29.4.3",
    "prettier": "^2.0.0",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "rollup": "^4.0.0",
    "rollup-plugin-dts": "^6.1.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.2",
    "tslib": "^2.1.0",
    "typescript": "^5.2.0"
  },
  "peerDependencies": {
    "reflect-metadata": "^0.1.13",
    "tslib": "^2.1.0"
  },
  "engines": {
    "node": "^20.0.0"
  }
}
