UNPKG

checkbook-api-ts

Version:

Node.js library for the Checkbook.io API in TS

43 lines (42 loc) 1.04 kB
{ "name": "checkbook-api-ts", "version": "1.0.0", "description": "Node.js library for the Checkbook.io API in TS", "keywords": [ "checkbook", "digital checks", "digital payments", "api", "ach" ], "main": "dist/index.js", "scripts": { "prebuild": "rimraf ./dist", "build": "tsc --outDir ./dist", "test": "echo \"Error: no tests specified\" && exit 1" }, "author": "Checkbook.io <support@checkbook.io> (https://checkbook.io/)", "contributors": [ "Cosmin Molea <cmolea@checkbook.io>", "Dan Shapir <dan@precise.credit>" ], "repository": { "type": "git", "url": "git+https://github.com/Precise-Finance/checkbook_node.git" }, "license": "MIT", "bugs": { "url": "https://github.com/CheckbookWeb/checkbook_node/issues" }, "engines": { "node": ">=4" }, "homepage": "https://github.com/CheckbookWeb/checkbook_node#readme", "dependencies": { "request": "^2.88.0" }, "devDependencies": { "rimraf": "^3.0.2", "typescript": "^4.3.5" } }