-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 872 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 872 Bytes
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
{
"name": "smart_code",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node --max-old-space-size=8192 cms.js",
"pos": "node pos.js",
"souq": "node souq.js",
"cms": "node cms.js",
"erp": "node erp.js",
"restaurant": "node restaurant.js",
"club": "node club.js",
"lawyer": "node lawyer.js",
"academy": "node academy.js",
"employee": "node employee.js",
"medical": "node medical.js",
"pharmacy": "node pharmacy.js",
"pmp": "node pmp.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"agora-access-token": "^2.0.4",
"axios": "^0.24.0",
"isite": "^2022.9.17",
"twilio": "^3.83.1",
"uuid": "^8.3.2",
"zklib": "^0.2.11"
}
}