{
  "name": "@tanbo/di",
  "version": "1.1.8",
  "description": "A dependency injection Library",
  "main": "./bundles/index.js",
  "module": "./bundles/index.esm.js",
  "types": "./bundles/public-api.d.ts",
  "license": "MIT",
  "scripts": {
    "start": "cross-env NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server",
    "lint": "eslint ./src --ext .ts",
    "test": "cross-env env=test jest",
    "test-c": "cross-env env=test jest --coverage",
    "build:lib": "rimraf bundles && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
    "publish:lib": "npm run build:lib && npm publish --access public"
  },
  "author": {
    "name": "tanbo",
    "email": "tanbohb@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tbhuabi/di.git"
  },
  "bugs": {
    "url": "https://github.com/tbhuabi/di.git/issues"
  },
  "dependencies": {
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.3",
    "@rollup/plugin-typescript": "^11.1.2",
    "@types/jest": "^26.0.23",
    "@typescript-eslint/eslint-plugin": "^4.6.1",
    "@typescript-eslint/parser": "^4.6.1",
    "babel-jest": "^26.6.1",
    "cross-env": "^7.0.2",
    "eslint": "^7.12.1",
    "eslint-loader": "^4.0.2",
    "html-webpack-plugin": "^4.5.0",
    "ip": "^1.1.5",
    "jest": "^26.4.2",
    "rollup": "^3.26.3",
    "ts-jest": "^26.4.3",
    "ts-loader": "^8.0.4",
    "typescript": "^4.0.3",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0"
  }
}
