wealthica-sdk-js
Version:
Official Wealthica JS SDK for the Browser & NodeJS
66 lines (65 loc) • 1.57 kB
JSON
{
"name": "wealthica-sdk-js",
"version": "0.0.21",
"description": "Official Wealthica JS SDK for the Browser & NodeJS",
"author": "Wealthica Financial Technology Inc. <hello@wealthica.com> (https://wealthica.com/)",
"license": "MIT",
"engines": {
"node": ">=22"
},
"main": "lib/wealthica.js",
"types": "lib/wealthica.d.ts",
"files": [
"dist",
"lib"
],
"keywords": [
"wealthica",
"wealthica",
"zabo",
"cryptocurrency",
"investments",
"bitcoin",
"ethereum",
"metamask",
"ledger",
"coinbase",
"binance",
"kraken",
"api"
],
"scripts": {
"prebuild": "rimraf dist lib",
"build": "webpack",
"prepublishOnly": "npm run build",
"test": "jest",
"watch:test": "jest --watch",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"dependencies": {
"apisauce": "^3.2.2",
"core-js": "^3.17.3",
"jsonwebtoken": "^9.0.0",
"regenerator-runtime": "^0.14.1"
},
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/register": "^7.24.6",
"axios-mock-adapter": "^2.1.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-webpack-plugin": "^4.2.0",
"jest": "^29.7.0",
"node-polyfill-webpack-plugin": "^4.1.0",
"rimraf": "^5.0.7",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1"
}
}