zumokit
Version:
ZumoKit is a Wallet as a Service SDK
59 lines (58 loc) • 1.41 kB
JSON
{
"name": "zumokit",
"version": "4.8.12",
"description": "ZumoKit is a Wallet as a Service SDK",
"keywords": [
"zumo",
"zumokit",
"blockchain",
"wallet",
"payments",
"cryptocurrency",
"ethereum",
"bitcoin",
"bsv",
"erc20 tokens"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"index.ts"
],
"scripts": {
"build": "tsc && cp -R ./src/zumocore ./dist/src",
"prepare": "npm run build",
"docs": "typedoc"
},
"author": "Zumo (https://www.zumo.money)",
"homepage": "https://www.zumo.money/developers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zumo/zumokit-js"
},
"peerDependencies": {
"node-fetch": "^2.6.2",
"ws": "^8.5.4",
"decimal.js": "^10.4.3"
},
"devDependencies": {
"typedoc": "^0.19.2",
"typescript": "^4.0.2",
"@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.1",
"eslint-plugin-react-native": "^3.8.1",
"prettier": "^2.0.5"
}
}