1
0

package.json 754 B

1234567891011121314151617181920212223
  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.19",
  15. "@vuepress/plugin-register-components": "2.0.0-rc.66",
  16. "@vuepress/shared": "2.0.0-rc.19",
  17. "@vuepress/theme-default": "2.0.0-rc.66",
  18. "dotenv": "^16.4.7",
  19. "sass": "^1.83.4",
  20. "vue": "^3.5.13",
  21. "vuepress": "2.0.0-rc.19"
  22. }
  23. }