@directus/docs
Advanced tools
Comparing version 9.13.0 to 9.13.1
100
package.json
{ | ||
"name": "@directus/docs", | ||
"private": false, | ||
"version": "9.13.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 && npm run update-thumbnail", | ||
"update-thumbnail": "thumbsmith deploy .vuepress/.thumbsmith/docs.thumbnail.html || exit 0" | ||
}, | ||
"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": "fd55233b1124a2887e04e4418f04c7a7b94398b7", | ||
"devDependencies": { | ||
"@thumbsmith/cli": "^0.1.8", | ||
"@thumbsmith/url": "0.1.2", | ||
"directory-tree": "3.0.1", | ||
"fs-extra": "10.0.0", | ||
"lodash.get": "4.4.2", | ||
"micromark": "3.0.8", | ||
"npm-watch": "0.11.0", | ||
"reading-time": "1.5.0", | ||
"slugify": "1.6.2", | ||
"vuepress": "1.8.2", | ||
"vuepress-plugin-clean-urls": "1.1.2" | ||
} | ||
"name": "@directus/docs", | ||
"private": false, | ||
"version": "9.13.1", | ||
"main": "dist/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"dev:md": "npm-watch build", | ||
"build:md": "node build.js", | ||
"dev": "vuepress dev", | ||
"build": "vuepress build && npm run update-thumbnail", | ||
"update-thumbnail": "thumbsmith deploy .vuepress/.thumbsmith/docs.thumbnail.html || exit 0" | ||
}, | ||
"watch": { | ||
"build": { | ||
"patterns": [ | ||
"." | ||
], | ||
"ignore": "dist", | ||
"extensions": "md,yaml", | ||
"silent": true, | ||
"quiet": true | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"**/*.md" | ||
], | ||
"author": "Rijk van Zanten <rijkvanzanten@me.com>", | ||
"devDependencies": { | ||
"@thumbsmith/cli": "^0.1.8", | ||
"@thumbsmith/url": "0.1.2", | ||
"directory-tree": "3.0.1", | ||
"fs-extra": "10.0.0", | ||
"lint-staged": "^13.0.3", | ||
"lodash.get": "4.4.2", | ||
"micromark": "3.0.8", | ||
"npm-watch": "0.11.0", | ||
"prettier": "^2.7.1", | ||
"reading-time": "1.5.0", | ||
"simple-git-hooks": "^2.8.0", | ||
"slugify": "1.6.2", | ||
"vuepress": "1.8.2", | ||
"vuepress-plugin-clean-urls": "1.1.2" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "npx lint-staged" | ||
}, | ||
"lint-staged": { | ||
"*.{md,yaml}": "prettier --write" | ||
} | ||
} |
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
711832
106
2
8
14