Files
portal_v3/portal/admin/services/paypal/package.json
equippedcoding-master 1c59875b8a initial commit 2
2025-09-17 15:19:57 -05:00

24 lines
525 B
JSON

{
"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",
"mysql": "^2.18.1",
"mysql2": "^3.6.3",
"node-fetch": "^3.2.1"
}
}