UNPKG

@simonbackx/paynl-node

Version:

Simple PayNL SDK for Node.js that uses promises and no singletons

37 lines (36 loc) 1.02 kB
{ "name": "@simonbackx/paynl-node", "main": "./dist/index.js", "types": "./dist/index.d.ts", "version": "0.4.1", "scripts": { "test": "jest --setupFiles dotenv/config", "build": "tsc -p . --declaration", "lint": "eslint . --ext .js,.ts" }, "files": [ "dist" ], "dependencies": { "dateformat": "^3.0.3" }, "devDependencies": { "@simonbackx/simple-encoding": "^1.8.0", "@types/jest": "^25.1.4", "@types/node": "^14.0.5", "@typescript-eslint/eslint-plugin": "^2.28.0", "@typescript-eslint/parser": "^2.28.0", "dotenv": "^8.2.0", "eslint": "^6.8.0", "eslint-plugin-jest": "^23.8.2", "eslint-plugin-simple-import-sort": "^5.0.2", "jest": "^25.3.0", "jest-extended": "^0.11.5", "ts-jest": "^25.4.0", "ts-node": "^8.6.2", "typescript": "^3.8.3" }, "peerDependencies": { "@simonbackx/simple-encoding": "^1.8.0" } }