-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 913 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 913 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
{
"name": "arch-project-manager-",
"version": "2.1.4",
"description": "A Projects management system for Take architectural project to the next level with our GitHub open-source solution!",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development node app.js",
"prod": "NODE_ENV=production node app.js",
"nodemon:dev": "cross-env NODE_ENV=development nodemon app.js",
"nodemon:prod": "cross-env NODE_ENV=production nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"connect-loki": "^1.2.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"googleapis": "^130.0.0",
"mysql": "^2.18.1",
"nodemailer": "^6.9.7",
"winston": "^3.11.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}