@tangany/waas
Version:
node.js SDK for Tangany Wallet as a Service API
78 lines (77 loc) • 2.08 kB
JSON
{
"name": "@tangany/waas",
"version": "1.6.1",
"description": "node.js SDK for Tangany Wallet as a Service API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=8.6"
},
"files": [
"dist/**/*",
"test/**/*",
".env.example",
"readme.md"
],
"scripts": {
"test:e2e": "npm run build && mocha test/*.e2e.js",
"test": "mocha src/**/*.spec.ts",
"lint": "tslint -p ./tsconfig.json",
"lint:fix": "npm run lint -- --fix",
"build": "rimraf dist/* && tsc -p tsconfig.json",
"prepare": "npm run lint && npm run build",
"prepublishOnly": "npm test && npm run lint",
"badge:npm": "node scripts/get-npm-version-badge.js",
"badge:sdk": "node scripts/get-sdk-version-badge.js",
"postversion": "npm run build && npm run badge:npm && git add * && git push && git push --tags",
"pub": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tangany/waas-js-sdk.git"
},
"keywords": [
"blockchain",
"ethereum",
"bitcoin",
"api",
"erc20",
"token",
"wallet",
"wallet as a service",
"waas",
"tangany"
],
"author": "Tangany <developers@tangany.com> (https://tangany.com)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Tangany/waas-js-sdk/issues"
},
"homepage": "https://github.com/Tangany/waas-js-sdk#readme",
"devDependencies": {
"@tangany/tslint-config": "^2.0.0",
"@types/debug": "^4.1.7",
"@types/dotenv": "^8.2.0",
"@types/mocha": "^9.1.0",
"@types/moxios": "^0.4.14",
"@types/node": "^17.0.15",
"@types/qs": "^6.9.7",
"@types/sinon": "^10.0.10",
"dotenv": "^16.0.0",
"mocha": "^9.2.0",
"moxios": "^0.4.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"sinon": "^13.0.1",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
},
"dependencies": {
"axios": "^0.21.4",
"bottleneck": "^2.19.5",
"debug": "^4.3.3",
"qs": "^6.10.3",
"typeforce": "^1.18.0"
}
}