mirror of
https://github.com/directus/directus.git
synced 2026-01-23 16:28:01 -05:00
34 lines
606 B
JSON
34 lines
606 B
JSON
{
|
|
"name": "@directus/docs",
|
|
"private": false,
|
|
"version": "9.0.0-rc.6",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"prepublish": "npm run build",
|
|
"dev": "npm-watch build"
|
|
},
|
|
"watch": {
|
|
"build": {
|
|
"patterns": [
|
|
"."
|
|
],
|
|
"ignore": "dist",
|
|
"extensions": "md,yaml",
|
|
"silent": true,
|
|
"quiet": true
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"gitHead": "4476da28dbbc2824e680137aa28b2b91b5afabec",
|
|
"devDependencies": {
|
|
"npm-watch": "^0.7.0"
|
|
}
|
|
}
|