{ "name": "@fetcherpay/node", "version": "1.0.0", "description": "FetcherPay Node.js SDK", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.ts", "prepublishOnly": "npm run build" }, "keywords": ["payments", "fintech", "api", "fetcherpay"], "author": "FetcherPay", "license": "MIT", "dependencies": { "axios": "^1.5.0", "crypto": "^1.0.1" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.0", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.5.0", "rollup": "^3.29.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" } }