UNPKG

@yeepay/yop-nodejs-sdk

Version:

YOP NodeJS SDK with TypeScript support

42 lines (41 loc) 906 B
{ "name": "@yeepay/yop-nodejs-sdk", "version": "3.1.0", "description": "YOP NodeJS SDK with TypeScript support", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "", "license": "ISC", "scripts": { "build": "tsc", "prepare": "npm run build", "dev": "tsc --watch", "start": "node dist/index.js", "test": "jest" }, "keywords": [ "yop", "sdk", "payment", "typescript" ], "dependencies": { "axios": "^1.8.4", "crypto-js": "^4.1.1", "form-data": "^4.0.0", "formstream": "^1.1.1", "md5": "^2.3.0", "urlsafe-base64": "^1.0.0" }, "devDependencies": { "@types/axios": "^0.14.0", "@types/jest": "^29.5.14", "@types/md5": "^2.3.5", "@types/node": "^22.13.4", "@types/urlsafe-base64": "latest", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3" } }