{ "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" } }