12345678910111213141516171819202122 |
- {
- "name": "geniurl-docs",
- "version": "0.1.0",
- "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",
- "license": "MIT",
- "type": "module",
- "scripts": {
- "build": "vuepress build .",
- "clean-dev": "vuepress dev . --clean-cache",
- "dev": "vuepress dev .",
- "update-package": "pnpm dlx vp-update"
- },
- "devDependencies": {
- "@vuepress/bundler-vite": "^2.0.0-rc.7",
- "@vuepress/plugin-register-components": "^2.0.0-rc.54",
- "@vuepress/theme-default": "^2.0.0-rc.11",
- "dotenv": "^16.4.7",
- "sass": "^1.81.0",
- "vue": "^3.4.0",
- "vuepress": "^2.0.0-rc.7"
- }
- }
|