UNPKG

auspice

Version:

Web app for visualizing pathogen evolution

19 lines (18 loc) 764 B
{ "name": "auspice-documentation", "version": "1.0.0", "description": "source files for auspice documentation", "author": "James Hadfield", "license": "AGPL-3.0-only", "scripts": { "develop": "cd website && docusaurus-start", "build": "cd website && docusaurus-build && npm run removeBuiltDocs && cp -r ./build/auspice/* ../../docs && npm run makeReadme", "build-docs": "npm run build", "removeBuiltDocs": "rimraf ../docs/*", "makeReadme": "echo '# Auspice built documentation to be served by GitHub pages.\\n\\nFiles in this folder should not be modified by hand -- they are generated from within the `docs-src` directory.' > ../docs/README.md" }, "devDependencies": { "docusaurus": "^1.13.0", "rimraf": "^2.6.3" } }