{ "name": "@paypalcorp/advanced-integration", "version": "1.0.0", "description": "", "main": "server.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js", "start2": "node server2.js" }, "author": "", "license": "Apache-2.0", "dependencies": { "dotenv": "^16.0.0", "ejs": "^3.1.6", "express": "^4.17.3", "html-entities": "^2.4.0", "mysql2": "^3.6.0", "node-fetch": "^3.2.1" } }