1234567891011121314151617181920212223 |
- {
- "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.19",
- "@vuepress/plugin-register-components": "2.0.0-rc.66",
- "@vuepress/shared": "2.0.0-rc.19",
- "@vuepress/theme-default": "2.0.0-rc.66",
- "dotenv": "^16.4.7",
- "sass": "^1.83.4",
- "vue": "^3.5.13",
- "vuepress": "2.0.0-rc.19"
- }
- }
|