{
  "name": "@leeruniek/depend-on-me",
  "version": "0.2.0",
  "description": "General purpose dependency container",
  "homepage": "https://github.com/leeruniek/depend-on-me",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leeruniek/depend-on-me.git"
  },
  "bugs": {
    "url": "https://github.com/leeruniek/depend-on-me/issues"
  },
  "author": {
    "name": "Andrei Dumitrescu",
    "url": "https://github.com/andreidcm"
  },
  "license": "MIT",
  "main": "src/depend-on-me.js",
  "scripts": {
    "----UTILS------------------------------------": "",
    "setup": "rm -rf ./node_modules && npm i && npm audit fix",
    "update": "npm-check -u",
    "----TEST-------------------------------------": "",
    "lint": "eslint --ext .js 'src/**/*'",
    "test": "tape src/**/*.test.js",
    "tdd": "nodemon --watch src --watch examples --exec \"npm run test | tap-diff\"",
    "----DEVELOP----------------------------------": "",
    "start": "nodemon example/basic/index.js",
    "----BUILD------------------------------------": "",
    "prepare": "npm audit fix && npm test && npm run lint"
  },
  "dependencies": {
    "@leeruniek/functies": "0.19.1"
  },
  "devDependencies": {
    "@leeruniek/eslint-config": "3.0.1",
    "babel-eslint": "10.0.1",
    "blue-tape": "1.0.0",
    "eslint": "5.9.0",
    "eslint-config-prettier": "3.3.0",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-json": "1.2.1",
    "eslint-plugin-no-inferred-method-name": "1.0.2",
    "eslint-plugin-prettier": "3.0.0",
    "eslint-plugin-promise": "4.0.1",
    "eslint-plugin-unicorn": "6.0.1",
    "markdownlint-cli": "0.13.0",
    "nodemon": "1.18.6",
    "npm-check": "5.9.0",
    "prettier": "1.15.2",
    "tap-diff": "0.1.1"
  }
}
