{
  "name": "routes-watcher",
  "version": "1.0.2",
  "description": "Watch the routes directory and generate the routes config.",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "clear": "rimraf esm lib",
    "build": "npm run clear && tsc -p config/tsconfig.esm.prod.json && tsc -p config/tsconfig.prod.json",
    "prepublish": "npm run build",
    "pub": "npm publish --registry=https://registry.npmjs.org/ && git push"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NicoKam/routes-watcher.git"
  },
  "keywords": [
    "routes",
    "watcher",
    "umi",
    "convention",
    "conventional"
  ],
  "author": "Kam",
  "license": "MIT",
  "dependencies": {
    "chokidar": "^3.3.1",
    "glob": "^7.1.6",
    "slash": "^3.0.0"
  },
  "devDependencies": {
    "@types/glob": "^7.1.1",
    "@types/node": "^13.13.4",
    "k-tools": "^0.2.0"
  }
}
