-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
37 lines (37 loc) · 916 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
{
"name": "@debut/plugin-grid",
"version": "1.5.12",
"publishConfig": {
"access": "public"
},
"description": "Martingale or linear grid based trades",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"preversion": "npm run build"
},
"peerDependencies": {
"@debut/plugin-virtual-takes": "^2.0.7",
"@debut/plugin-utils": "^2.0.1",
"@debut/types": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/debut-js/Plugins.git"
},
"keywords": [
"Debut",
"Plugin",
"Grid"
],
"author": "Dmitriy Yurov",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/debut-js/Plugins/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/debut-js/Plugins#readme"
}