UNPKG

793 BJSONView Raw
1{
2 "name": "@bipsync/apiclient",
3 "version": "0.0.35",
4 "description": "Bipsync API Client",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "keywords": [
10 "bipsync",
11 "api",
12 "client",
13 "rest"
14 ],
15 "author": "Bipsync Ltd",
16 "license": "ISC",
17 "dependencies": {
18 "csvtojson": "^2.0.8",
19 "engine-strict": "^1.0.0",
20 "exceljs": "^1.4.8",
21 "mustache": "^2.3.0",
22 "readline-sync": "^1.4.9",
23 "request": "^2.85.0",
24 "request-promise": "^4.2.2",
25 "ssh2-sftp-client": "^3.1.0",
26 "striptags": "^3.1.1",
27 "tmp": "0.0.33",
28 "yargs": "^11.0.0"
29 },
30 "devDependencies": {
31 "mocha": "^5.0.5"
32 },
33 "engines": {
34 "node": ">=8",
35 "npm": ">=3"
36 },
37 "engineStrict": true,
38 "optionalDependencies": {
39 "keytar": "^4.2.1"
40 }
41}