{ "name": "@paypalcorp/standard-integration", "version": "1.0.0", "main": "paypal-api.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "author": "", "license": "Apache-2.0", "description": "", "dependencies": { "dotenv": "^16.0.0", "express": "^4.17.3", "node-fetch": "^3.2.1" } }