@hippocampus-web3/runebond-client
Version:
TypeScript client for RUNEBond API
25 lines (24 loc) • 455 B
JSON
{
"name": "@hippocampus-web3/runebond-client",
"version": "0.1.14",
"description": "TypeScript client for RUNEBond API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"dist"
],
"keywords": [
"thorchain",
"api",
"client",
"typescript"
],
"author": "Hippocampus Web3",
"peerDependencies": {
"typescript": ">=4.0.0"
}
}