-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 990 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
{
"name": "acadly02-main",
"version": "1.0.0",
"description": "**Acadly** is a high-performance, full-stack academic management solution designed to streamline institutional workflows, enhance collaboration between educators and students, and centralize all academic operations into a unified digital platform. It minimizes administrative overhead while maximizing productivity, transparency, and accessibility across the entire education lifecycle.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pranitdhanade-sys/Acadly.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/pranitdhanade-sys/Acadly/issues"
},
"homepage": "https://github.com/pranitdhanade-sys/Acadly#readme",
"dependencies": {
"dotenv": "^17.4.0",
"express": "^5.2.1",
"mysql2": "^3.20.0"
}
}