Files
directus/docs/package.json
Pascal Jufer 15b91dee34 Blackbox tests restructuring (#18122)
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
Co-authored-by: ian <licitdev@gmail.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-11 18:28:37 +02:00

42 lines
944 B
JSON

{
"name": "docs",
"private": true,
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"spellcheck": "spellchecker -p spell indefinite-article repeated-words syntax-mentions syntax-urls frontmatter",
"dev": "vitepress dev .",
"build": "vitepress build .",
"serve": "vitepress serve .",
"update-thumbnail": "thumbsmith deploy .thumbsmith/docs.thumbnail.html || exit 0"
},
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"devDependencies": {
"@thumbsmith/url": "0.1.3",
"@vueuse/head": "1.0.25",
"spellchecker-cli": "6.1.1",
"vitepress": "1.0.0-alpha.45",
"vue": "3.2.47"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"react",
"react-dom",
"@types/react"
]
}
},
"dependencies": {
"node-fetch": "^3.3.1"
},
"packageManager": "pnpm@8.1.0",
"engines": {
"pnpm": ">=8.1.0"
}
}