{
  "name": "@gospime/autoloader",
  "version": "1.3.1",
  "description": "Utility of target modules autoloading",
  "keywords": [
    "gospime",
    "modules",
    "autoloader"
  ],
  "main": "index.js",
  "scripts": {
    "build": "npm install && npm audit fix",
    "postbuild": "npm run test",
    "up": "npm update",
    "check": "npm outdated",
    "upgrade": "npm run up && npm run check && npm run build",
    "test": "npm run jest -- -c config/jest.js --no-cache --passWithNoTests",
    "push-version": "standard-version",
    "ls-g": "npm list -g --depth=0",
    "jest": "jest"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm test",
      "pre-push": "npm test"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gospime/autoloader.git"
  },
  "author": "Oleg Kravchuk <oleg.kravchuk@gospime.com> (https://gospime.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gospime/autoloader/issues"
  },
  "homepage": "https://github.com/gospime/autoloader#readme",
  "dependencies": {
    "require-dir": "^1.2.0"
  },
  "devDependencies": {
    "husky": "^4.2.3",
    "jest": "^25.1.0",
    "standard-version": "^7.1.0"
  },
  "engines": {
    "node": ">=10.0.0"
  }
}
