UNPKG

r2c-url-shortener

Version:

Quick, Reusable, Reliable, Collision-free URL shortener with Redis and Postgres support

22 lines (21 loc) 586 B
{ "name": "r2c-url-shortener", "version": "1.0.5", "description": "Quick, Reusable, Reliable, Collision-free URL shortener with Redis and Postgres support", "main": "index.js", "scripts": { "start": "node index.js", "dev": "node index.js" }, "keywords": ["url", "shortener", "utility", "bitly", "tinyurl", "shorten", "redis", "postgres", "utils"], "author": "Kushagra Shahi", "license": "MIT", "dependencies": { "crypto": "^1.0.1", "dotenv": "^16.5.0", "moment": "^2.30.1", "pg": "^8.16.3", "redis": "^5.5.6", "uuid": "^11.1.0" } }