{
  "name": "@chillapi/module-discovery",
  "version": "1.0.6",
  "description": "Module Auto-Discovery from package.json",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "prebuild": "rimraf dist/*",
    "lint": "tslint -c tslint.json -p tsconfig.json --fix",
    "tsc": "tsc",
    "build": "npm run lint && npm run tsc",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chillapi/module-discovery.git"
  },
  "keywords": [
    "auto-discovery",
    "package.json",
    "module"
  ],
  "author": "Valentin Raduti",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chillapi/module-discovery/issues"
  },
  "homepage": "https://github.com/chillapi/module-discovery#readme",
  "dependencies": {
    "pkg-up": "^3.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-typescript": "^7.12.7",
    "@types/jest": "^26.0.23",
    "jest": "^27.0.4",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.2",
    "tslint": "^6.1.3",
    "rimraf": "^3.0.2",
    "husky": "^6.0.0"
  }
}
