docker-node-app/package.json
2023-05-09 14:49:04 +07:00

20 lines
375 B
JSON

{
"name": "kohDocker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"mysql2": "^3.3.0",
"nodemon": "^2.0.22",
"pm2": "^5.3.0"
}
}