package.json 631 B

1234567891011121314151617181920
  1. {
  2. "name": "geniurl-docs",
  3. "version": "0.1.0",
  4. "description": "Homepage and Documentation of geniURL, a simple JSON and XML REST API to search for song metadata, the lyrics URL and lyrics translations on genius.com",
  5. "license": "MIT",
  6. "type": "module",
  7. "scripts": {
  8. "build": "vuepress build .",
  9. "clean-dev": "vuepress dev . --clean-cache",
  10. "dev": "vuepress dev .",
  11. "update-package": "pnpm dlx vp-update"
  12. },
  13. "devDependencies": {
  14. "@vuepress/bundler-vite": "^2.0.0-rc.7",
  15. "@vuepress/theme-default": "^2.0.0-rc.11",
  16. "sass": "^1.81.0",
  17. "vue": "^3.4.0",
  18. "vuepress": "^2.0.0-rc.7"
  19. }
  20. }