You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
455 B
JSON

{
"name": "@radii-fcc-backend/shorturl",
"version": "0.0.3",
"description": "API project for freeCodeCamp",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^7.0.3"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"nodemon": "^2.0.4"
}
}