UNPKG

longurl-js

Version:

LongURL - Programmable URL management framework with entity-driven design and production-ready infrastructure

71 lines (70 loc) 1.62 kB
{ "name": "longurl-js", "version": "0.3.8", "description": "LongURL - Programmable URL management framework with entity-driven design and production-ready infrastructure", "keywords": [ "longurl", "url-shortener", "typescript", "entity-driven", "supabase", "infrastructure", "developer-tools", "analytics" ], "author": "LongURL Team", "license": "MIT", "homepage": "https://longurl.co", "repository": { "type": "git", "url": "git+https://github.com/assemblycompany/longurl.git" }, "bugs": { "url": "https://github.com/assemblycompany/longurl/issues" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "longurl": "dist/src/cli.js" }, "scripts": { "build": "tsc", "clean": "rm -rf dist", "dev": "tsc --watch", "lint": "eslint .", "test": "jest", "prepublishOnly": "npm run build", "push": "pushscript", "commit": "pushscript commit", "pushscript": "pushscript" }, "dependencies": { "@supabase/supabase-js": "^2.39.3", "@types/qrcode": "^1.5.5", "dotenv": "^16.3.1", "ioredis": "^5.3.2", "nanoid": "^3.3.4", "qrcode": "^1.5.4", "zod": "^3.22.2" }, "devDependencies": { "@types/jest": "^29.5.4", "@types/node": "^20.5.7", "eslint": "^8.48.0", "jest": "^29.6.4", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5.2.2" }, "files": [ "dist", "README.md", "CHANGELOG.md", "DEPRECATION-NOTICE.md", "migration-add-qr-code.sql", "LICENSE" ], "engines": { "node": ">=16.0.0" } }