Files
WishList/package.json
2023-11-27 22:19:24 +01:00

22 lines
519 B
JSON

{
"name": "wishlist",
"version": "1.0.0",
"description": "test",
"main": "wishlist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon wishlist.js"
},
"author": "Laurent LE CORRE",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.2.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"hbs": "^4.2.0",
"mysql": "^2.18.1",
"node-fetch": "^2.7.0",
"nodemon": "^3.0.1"
}
}