-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 986 Bytes
/
package.json
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
{
"name": "debut-plugin-bridge",
"version": "1.5.12",
"description": "Debut plugin that provides additional candles for specified tickers.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"debut",
"plugin",
"api"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voqse/debut-plugin-bridge.git"
},
"author": "voqse",
"license": "MIT",
"bugs": {
"url": "https://github.com/voqse/debut-plugin-bridge/issues"
},
"homepage": "https://github.com/voqse/debut-plugin-bridge#readme",
"peerDependencies": {
"@debut/community-core": "^4.0.5"
},
"devDependencies": {
"@debut/types": "^4.0.3",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
},
"dependencies": {
"@voqse/logger": "^1.0.6"
}
}