package.json 548 B

123456789101112131415161718192021222324
  1. {
  2. "name": "persagy-dmp-server-doc",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "docs:dev": "vuepress dev docs",
  9. "docs:build": "vuepress build docs"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "devDependencies": {
  14. "@vuepress/plugin-back-to-top": "^1.6.0",
  15. "vuepress": "^1.6.0"
  16. },
  17. "directories": {
  18. "doc": "docs"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git@git.sagacloud.cn:persagy/persagy-dmp-server-doc.git"
  23. }
  24. }