{
  "name": "spur-ioc",
  "description": "Dependency Injection library for Node.js",
  "version": "2.1.0",
  "main": "./src/Injector",
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "jest test/",
    "test:dev": "npm run test -- --watch"
  },
  "author": {
    "name": "Agustin Colchado",
    "email": "agustin@colchado.com"
  },
  "contributors": [
    {
      "name": "Siavash Etemadieh",
      "email": "ssetem@googlemail.com"
    },
    {
      "name": "Joseph McElroy",
      "email": "phoey1@gmail.com"
    },
    {
      "name": "Timmy Willison",
      "email": "timmywillisn@gmail.com"
    }
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "spur",
    "spur-framework",
    "IoC",
    "di",
    "inversion of control",
    "dependency",
    "dependency injection",
    "container"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/opentable/spur-ioc/issues"
  },
  "homepage": "https://github.com/opentable/spur-ioc",
  "repository": {
    "type": "git",
    "url": "git://github.com/opentable/spur-ioc.git"
  },
  "dependencies": {
    "lodash.assign": "4.2.0",
    "lodash.bindall": "4.4.0",
    "require-all": "3.0.0"
  },
  "devDependencies": {
    "eslint": "8.57.0",
    "jest": "29.7.0"
  }
}
