-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "haitian-in-tech-people-budget",
"version": "1.0.0",
"description": "Haitian In Tech People ",
"main": "index.js",
"scripts": {
"server": "node index.js",
"dev": "nodemon index.js",
"client": "cd view && npm start",
"start": "concurrently \"npm run server\" \"cd view && npm start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/kenobi1337/Haitian-In-tech-People-Budget.git"
},
"keywords": [
"HIT"
],
"author": "CodeForSouth",
"license": "ISC",
"bugs": {
"url": "https://github.com/kenobi1337/Haitian-In-tech-People-Budget/issues"
},
"homepage": "https://github.com/kenobi1337/Haitian-In-tech-People-Budget#readme",
"devDependencies": {
"concurrently": "^7.3.0",
"nodemon": "^2.0.19"
},
"dependencies": {
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csv": "^6.2.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"swagger": "^0.7.5",
"swagger-stats": "^0.99.2",
"swagger-ui-express": "^4.5.0"
}
}