mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
30 lines
927 B
JSON
30 lines
927 B
JSON
{
|
|
"name": "zenstack-docs",
|
|
"version": "1.0.0",
|
|
"description": "ZenStack documentation site",
|
|
"type": "module",
|
|
"scripts": {
|
|
"serve": "docsify serve -p 8765",
|
|
"copy-static": "mkdir -p ../doc-serve/public/static && copyfiles -e node_modules ./* ./**/* ../doc-serve/public",
|
|
"build": "rimraf ../doc-serve/public && npm run copy-static && node script/ssg.js && node script/sitemap.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zenstackhq/zenstack.git"
|
|
},
|
|
"author": "ZenStack Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/zenstackhq/zenstack/issues"
|
|
},
|
|
"homepage": "https://zenstack.dev",
|
|
"devDependencies": {
|
|
"globby": "^13.1.2",
|
|
"puppeteer": "^19.4.0",
|
|
"rimraf": "^3.0.2",
|
|
"sitemap": "^7.1.1"
|
|
},
|
|
"dependencies": {
|
|
"ora": "^6.1.2"
|
|
}
|
|
}
|