123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "geniurl",
- "version": "1.3.3",
- "description": "Simple JSON and XML REST API to search for song metadata, the lyrics URL and lyrics translations on genius.com",
- "main": "src/index.ts",
- "scripts": {
- "start": "tsc && node --enable-source-maps out/src/index.js",
- "dev": "nodemon -e \"ts,d.ts\" -x \"pnpm start\""
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Sv443/geniURL.git"
- },
- "keywords": [
- "rest-api",
- "lyrics",
- "lyrics-search",
- "song-metadata"
- ],
- "author": {
- "name": "Sv443",
- "url": "https://github.com/Sv443",
- "email": "[email protected]"
- },
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/Sv443/geniURL/issues"
- },
- "homepage": "https://github.com/Sv443/geniURL",
- "engines": {
- "node": ">=16",
- "pnpm": ">=9"
- },
- "dependencies": {
- "axios": "^1.7.7",
- "compression": "^1.7.5",
- "cors": "^2.8.5",
- "express": "^4.21.1",
- "helmet": "^7.2.0",
- "js2xmlparser": "^5.0.0",
- "kleur": "^4.1.5",
- "nanoid": "^3.3.7",
- "rate-limiter-flexible": "^2.4.2",
- "request-ip": "^3.3.0",
- "svcorelib": "^1.18.2",
- "tcp-port-used": "^1.0.2"
- },
- "devDependencies": {
- "@types/compression": "^1.7.5",
- "@types/cors": "^2.8.17",
- "@types/express": "^4.17.21",
- "@types/node": "^20.17.6",
- "@types/request-ip": "^0.0.41",
- "@types/tcp-port-used": "^1.0.4",
- "@typescript-eslint/eslint-plugin": "^6.21.0",
- "@typescript-eslint/parser": "^6.21.0",
- "dotenv": "^16.4.5",
- "eslint": "^8.57.1",
- "jest": "^29.7.0",
- "nodemon": "^3.1.7",
- "percentile": "^1.6.0",
- "pnpm": "^9.13.2",
- "ts-node": "^10.9.2",
- "tslib": "^2.8.1"
- }
- }
|