mirror of
https://github.com/directus/directus.git
synced 2026-01-14 21:48:04 -05:00
46 lines
891 B
JSON
46 lines
891 B
JSON
{
|
|
"name": "@directus/docs",
|
|
"private": false,
|
|
"version": "9.6.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"dev": "npm-watch 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": "3.0.1",
|
|
"fs-extra": "10.0.0",
|
|
"lodash.get": "4.4.2",
|
|
"micromark": "3.0.8",
|
|
"npm-watch": "0.11.0",
|
|
"slugify": "1.6.2",
|
|
"vuepress": "1.8.2",
|
|
"vuepress-plugin-clean-urls": "1.1.2"
|
|
}
|
|
}
|