@modern-js/doc-tools-doc
Version:
Website for @modern-js/doc-tools
38 lines • 958 B
JSON
{
"name": "@modern-js/doc-tools-doc",
"description": "Website for @modern-js/doc-tools",
"homepage": "https://modernjs.dev/doc-tools",
"bugs": "https://github.com/web-infra-dev/modern.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/modern.js",
"directory": "packages/document/doc-tools-doc"
},
"license": "MIT",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "2.32.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"provenance": true
},
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^5",
"fs-extra": "^10",
"@types/node": "^16",
"@types/fs-extra": "^9",
"cross-env": "^7.0.3",
"@modern-js/doc-tools": "2.32.1"
},
"scripts": {
"dev": "modern dev",
"build:doc": "modern build",
"preview": "cross-env NODE_ENV=production modern preview"
}
}