mirror of
https://github.com/SrIzan10/YouRL.git
synced 2026-05-01 11:15:09 +00:00
34 lines
675 B
JSON
34 lines
675 B
JSON
{
|
|
"name": "yourl",
|
|
"version": "1.0.0",
|
|
"description": "A url shortner",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./server.js",
|
|
"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"
|
|
}
|
|
}
|