-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "blac",
"version": "0.2.1",
"description": "bitFlyer Lightning API Console",
"keywords": [
"bitflyer",
"lightning",
"api",
"console",
"repl"
],
"main": "console.js",
"scripts": {
"test": "mocha",
"start": "./console.js",
"console": "./console.js",
"book": "./book.js",
"executions": "./executions.js",
"ticker": "./ticker.js"
},
"engines": {
"node": ">= 6.10.0"
},
"author": "Nihon Yamori <yamori.jp@gmail.com>",
"private": true,
"license": "MIT",
"dependencies": {
"commander": "^2.11.0",
"jsonschema": "^1.2.0",
"lodash.throttle": "^4.1.1",
"socket.io-client": "^2.1.1",
"sync-request": "^4.1.0",
"then-request": "^4.1.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"mocha": "^8.4.0"
}
}