{
  "name": "@ghostmonitor/recart-di",
  "version": "7.6.1",
  "description": "",
  "main": "index.js",
  "module": "index.js",
  "scripts": {
    "test": "standard --fix && jest"
  },
  "author": "Denes Pal <denes@recart.com>",
  "license": "ISC",
  "devDependencies": {
    "jest": "^23.6.0",
    "standard": "^12.0.1"
  },
  "dependencies": {
    "@ghostmonitor/recart-di-loader": "^7.6.1",
    "assert": "^1.4.1",
    "bottlejs": "^1.7.1",
    "lodash": "^4.17.11"
  },
  "publishConfig": {
    "access": "public"
  },
  "standard": {
    "env": [
      "jest"
    ]
  },
  "jest": {
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/test-configs/"
    ]
  },
  "gitHead": "611d7aad9670dd50baa3467fc2048bd7704eb279"
}
