node-wipay
Version:
This is a node wrapper for the WiPay Caribbean V1 API.
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "node-wipay",
"version": "0.3.6",
"description": "This is a node wrapper for the WiPay Caribbean V1 API.",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"prepublish": "tsc",
"scripts": {
"precheck": "yarn test && yarn rebuild",
"test": "jest --json --outputFile=testresults",
"start": "ts-node src/index.ts",
"build": "npx tsc -p .",
"coverage": "jest --coverage",
"rebuild": "rm -rf bin && npm run build",
"clean": "rm -rf node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matabeitt/node-wipay.git"
},
"keywords": [
"wipay",
"payment",
"processor",
"caribbean"
],
"author": "Matthew Abraham",
"license": "ISC",
"bugs": {
"url": "https://github.com/matabeitt/node-wipay/issues"
},
"homepage": "https://github.com/matabeitt/node-wipay#readme",
"dependencies": {
"axios": "^0.19.2",
"wipay-transaction": "^1.0.0"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/mocha": "^8.2.0",
"jest": "^26.0.1",
"ts-jest": "^26.0.0",
"ts-node": "^8.10.1",
"typescript": "^3.9.3"
}
}