-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 774 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
33
34
{
"name": "node-task",
"version": "1.0.0",
"description": "Node Task",
"main": "app.js",
"scripts": {
"start": "node dist/app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avishekdr/node-task.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/avishekdr/node-task/issues"
},
"homepage": "https://github.com/avishekdr/node-task#readme",
"dependencies": {
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"http": "0.0.1-security",
"mysql2": "^2.3.3",
"sequelize": "^6.21.1",
"swagger-ui-express": "^4.4.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"nodemon": "^2.0.18"
}
}