{
  "name": "@makerdao/services-core",
  "description": "Dependency injection framework",
  "version": "0.10.0",
  "license": "MIT",
  "main": "dist/index.js",
  "unpkg": "umd/index.js",
  "jsdelivr": "umd/index.js",
  "scripts": {
    "build": "yarn clean && yarn build:cjs && yarn build:umd",
    "build:umd": "webpack --config ../../webpack.config.js",
    "build:cjs": "../../scripts/build.sh",
    "clean": "rm -rf ./dist ./umd",
    "prepublishOnly": "yarn build",
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "files": [
    "package.json",
    "README.md",
    "LICENSE",
    "src/**/*.js",
    "dist/**/*.js",
    "umd/*"
  ],
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "lodash": "^4.17.15",
    "toposort": "^2.0.2"
  }
}
