-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "storekeeper",
"version": "1.0.0",
"description": "storekeeper",
"main": "main-https.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"storekeeper",
"system",
"tzs",
"tanzania",
"mfumo",
"wa",
"biashara"
],
"author": "Gideon Sainyeye",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.328.0",
"aws-sdk": "^2.1367.0",
"axios": "^1.3.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ember": "^1.0.3",
"ember-template-imports": "^3.4.2",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-handlebars": "^6.0.7",
"express-session": "^1.17.3",
"i18n": "^0.15.1",
"jsonwebtoken": "^9.0.0",
"mkcert": "^1.5.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql2": "^3.1.2",
"node-localstorage": "^2.2.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"sequelize": "^6.29.0",
"session-file-store": "^1.5.0",
"store2": "^2.14.2",
"uuid": "^9.0.0",
"wkhtmltopdf": "^0.4.0"
}
}