1
0

package.json 716 B

12345678910111213141516171819202122
  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/plugin-register-components": "^2.0.0-rc.54",
  16. "@vuepress/theme-default": "^2.0.0-rc.11",
  17. "dotenv": "^16.4.7",
  18. "sass": "^1.81.0",
  19. "vue": "^3.4.0",
  20. "vuepress": "^2.0.0-rc.7"
  21. }
  22. }