21 lines
434 B
JSON
21 lines
434 B
JSON
{
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^1.20.2",
|
|
"colors": "^1.4.0",
|
|
"express": "^4.18.2",
|
|
"hashids": "^2.3.0",
|
|
"mysql": "^2.18.1"
|
|
},
|
|
"name": "url_shortener",
|
|
"version": "1.0.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "node main",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "🌺Emily 🍞/🥖🌸",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|