forked from voqse/debut-plugin-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 996 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-candles",
"version": "1.3.3-beta.0",
"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-candles.git"
},
"author": "voqse",
"license": "MIT",
"bugs": {
"url": "https://github.com/voqse/debut-plugin-candles/issues"
},
"homepage": "https://github.com/voqse/debut-plugin-candles#readme",
"peerDependencies": {
"@debut/community-core": "^4.0.4"
},
"devDependencies": {
"@debut/types": "^4.0.2",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
},
"dependencies": {
"@voqse/logger": "^1.0.3"
}
}