-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 953 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.1.4",
"ejs": "^3.1.9",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mysql": "^2.18.1",
"mysql2": "^3.2.0",
"node-localStorage": "^0.0.1",
"nodemailer": "^6.9.3",
"nodemon": "^2.0.21",
"sequelize": "^6.29.1",
"util": "^0.12.5"
},
"scripts": {
"start": "nodemon server.js"
},
"name": "web-project",
"description": "npm i express nodemon npm i mysql npm i util npm i sequelize npm i mysql2",
"version": "1.0.0",
"main": "db.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MAwais6/PointOfSaleSystem.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MAwais6/PointOfSaleSystem/issues"
},
"homepage": "https://github.com/MAwais6/PointOfSaleSystem#readme"
}