33 lines
745 B
JSON
33 lines
745 B
JSON
{
|
|
"name": "saifurl",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"homepage": "https://github.com/SaifAbdelrazek011/saifurl#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/SaifAbdelrazek011/saifurl/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SaifAbdelrazek011/saifurl.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.5.0",
|
|
"ejs": "^3.1.10",
|
|
"express": "^5.1.0",
|
|
"method-override": "^3.0.0",
|
|
"mongoose": "^8.14.0",
|
|
"nanoid": "^5.1.5",
|
|
"shortid": "^2.2.17"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|