-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.13 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.13 KB
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
{
"name": "sidasoft-tech",
"version": "1.0.0",
"description": "A comprehensive, web-based platform designed to create an integrated environment for learning, service delivery, and community engagement. This system facilitates course management, service access, and progress tracking for students, while providing powerful tools for instructors and administrators.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Simon-FOS/Sidasoft-Tech.git"
},
"author": "Simon-FOS",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/Simon-FOS/Sidasoft-Tech/issues"
},
"homepage": "https://github.com/Simon-FOS/Sidasoft-Tech#readme",
"dependencies": {
"@nathius262/nexusjs": "^0.0.20",
"multer": "^2.0.2",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^7.0.6",
"pg": "^8.16.3",
"truncate-html": "^1.2.2",
"vercel": "^48.1.6"
},
"devDependencies": {
"nodemon": "^3.1.10",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
}
}