mirror of
https://github.com/directus/directus.git
synced 2026-01-15 03:37:58 -05:00
43 lines
853 B
JSON
43 lines
853 B
JSON
{
|
|
"name": "@directus/docs",
|
|
"private": false,
|
|
"version": "9.0.0-rc.84",
|
|
"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": "3.0.0",
|
|
"npm-watch": "0.10.0",
|
|
"slugify": "1.5.3",
|
|
"vuepress": "1.8.2",
|
|
"vuepress-plugin-clean-urls": "1.1.2"
|
|
}
|
|
}
|