Files
directus/docs/package.json
dependabot[bot] a3e187e705 Bump npm-watch from 0.9.0 to 0.10.0 (#6239)
Bumps [npm-watch](https://github.com/M-Zuber/npm-watch) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/M-Zuber/npm-watch/releases)
- [Commits](https://github.com/M-Zuber/npm-watch/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: npm-watch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-14 09:57:48 -04:00

43 lines
862 B
JSON

{
"name": "@directus/docs",
"private": false,
"version": "9.0.0-rc.75",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "node build.js",
"dev": "npm-watch build",
"prepublishOnly": "npm run build",
"dev:site": "vuepress dev",
"build:site": "vuepress build"
},
"watch": {
"build": {
"patterns": [
"."
],
"ignore": "dist",
"extensions": "md,yaml",
"silent": true,
"quiet": true
}
},
"files": [
"dist"
],
"keywords": [],
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"license": "ISC",
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
"devDependencies": {
"directory-tree": "^2.2.9",
"fs-extra": "^10.0.0",
"lodash.get": "^4.4.2",
"micromark": "^2.10.1",
"npm-watch": "^0.10.0",
"slugify": "^1.5.3",
"vuepress": "^1.7.1",
"vuepress-plugin-clean-urls": "^1.1.2"
}
}