Initial commit
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "mia",
|
||||
"version": "1.0.0",
|
||||
"description": "test",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "nodemon app.js"
|
||||
},
|
||||
"author": "Laurent LE CORRE",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bcryptjs": "^2.4.3",
|
||||
"bootstrap": "^5.2.1",
|
||||
"dotenv": "^16.3.1",
|
||||
"express": "^4.18.2",
|
||||
"hbs": "^4.2.0",
|
||||
"mysql": "^2.18.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user