sila-sdk
Version:
SDK Access to the Sila API
86 lines (85 loc) • 2.17 kB
JSON
{
"name": "sila-sdk",
"version": "1.1.5",
"main": "lib/index.js",
"scripts": {
"build": "babel ./src -d ./lib",
"lint": "eslint ./src",
"test": "nyc mocha --require @babel/register --reporter mocha-multi-reporters --reporter-options configFile=config.json",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/plugin-transform-regenerator": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/register": "^7.13.14",
"chai": "^4.3.10",
"cors": "^2.8.5",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"jshint": "^2.12.0",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.1",
"mocha-multi-reporters": "^1.5.1",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"plaid": "^18.0.0",
"sinon": "^18.0.0",
"prettier": "^2.2.1"
},
"nyc": {
"reporter": [
"lcov",
"text",
"cobertura"
]
},
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"ajv": "^6.12.3",
"axios": "^1.6.5",
"browserslist": "^4.22.1",
"decode-uri-component": "^0.4.1",
"ethers": "^6.13.1",
"form-data": "^4.0.0",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
"qs": "^6.5.3",
"randombytes": "^2.1.0",
"regenerator-runtime": "^0.13.11",
"semver": "^6.3.1",
"simple-get": "2.8.2",
"tough-cookie": "^4.1.3",
"uuid4": "^1.1.4",
"ws": "^5.2.4",
"y18n": "^5.0.8"
},
"resolutions": {
"elliptic": "6.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sila-Money/sila-sdk-javascript.git"
},
"keywords": [
"sila",
"ethereum",
"ach",
"payment"
],
"author": "Sila, Inc",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Sila-Money/sila-sdk-javascript/issues"
},
"homepage": "https://github.com/Sila-Money/sila-sdk-javascript#readme",
"description": "SDK Access to the Sila API"
}