indodax-cli 0.1.13

A command-line interface for the Indodax cryptocurrency exchange
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "paper-wasm",
  "type": "module",
  "version": "0.1.0",
  "files": [
    "paper_wasm_bg.wasm",
    "paper_wasm.js",
    "paper_wasm.d.ts"
  ],
  "main": "paper_wasm.js",
  "types": "paper_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}