Files
archived-YouRL/package.json
Sunny Dhoke 3869894394 Adding data model/ Schema
| fullurl | shorturl | clicks |

+ shortid-library to shorten url/get id from url
2020-10-09 17:00:35 +05:30

33 lines
642 B
JSON

{
"name": "yourl",
"version": "1.0.0",
"description": "A url shortner",
"main": "index.js",
"scripts": {
"devStart": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunn-e/YouRL.git"
},
"keywords": [
"URL",
"shortner"
],
"author": "sunn-e",
"license": "ISC",
"bugs": {
"url": "https://github.com/sunn-e/YouRL/issues"
},
"homepage": "https://github.com/sunn-e/YouRL#readme",
"dependencies": {
"ejs": "^3.1.5",
"express": "^4.17.1",
"mongoose": "^5.10.8",
"shortid": "^2.2.15"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}