forked from binance/binance-connector-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 871 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 871 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
{
"name": "binance-connector-js",
"description": "Official collection of auto-generated TypeScript connectors for Binance APIs.",
"scripts": {
"docs:clean": "rm -rf docs",
"docs:build": "npm run docs:clean && npx typedoc --options typedoc.config.cjs"
},
"keywords": [
"Binance",
"API",
"Connector"
],
"author": "Binance",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/binance/binance-connector-js.git"
},
"bugs": {
"url": "https://github.com/binance/binance-connector-js/issues"
},
"homepage": "https://github.com/binance/binance-connector-js#readme",
"devDependencies": {
"typedoc": "^0.28.5",
"typedoc-plugin-markdown": "^4.0.0",
"typedoc-plugin-pages": "^1.0.0"
},
"dependencies": {}
}