bitso-ts
Version:
Simple TypeScript Bitso API Wrapper for Public and Private end points. [](https://github.com/amircp/bitso-ts/blob/master/LICENSE) ## Installation
79 lines (78 loc) • 1.56 kB
JSON
{
"version": "0.5.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint src",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "bitso-ts",
"author": "Amir C.",
"homepage": "https://github.com/amircp/bitso-ts",
"repository": {
"type": "git",
"url": "https://github.com/amircp/bitso-ts"
},
"keywords": [
"bitso",
"bitso wrapper",
"bitcoin",
"crypto trading",
"trading",
"stocks",
"crypto trading",
"bitso trading",
"bitcoin lib",
"bitcoin trading",
"buy bitcoin"
],
"module": "dist/bitso-typescript.esm.js",
"size-limit": [
{
"path": "dist/bitso-typescript.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/bitso-typescript.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^6.0.4",
"husky": "^7.0.4",
"size-limit": "^6.0.4",
"supertest": "^6.1.6",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.4.4"
},
"dependencies": {
"axios": "^0.24.0",
"crypto": "^1.0.1"
}
}