UrlShortener/package.json
2024-08-05 14:22:00 -06:00

17 lines
317 B
JSON

{
"name": "urlshort",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
"sqlite3": "^5.1.7"
}
}