@debut/plugin-virtual-takes
Version:
Classic virtual takes and stops in percent
37 lines (36 loc) • 864 B
JSON
{
"name": "@debut/plugin-virtual-takes",
"version": "2.0.8",
"publishConfig": {
"access": "public"
},
"description": "Classic virtual takes and stops in percent",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"preversion": "npm run build"
},
"peerDependencies": {
"@debut/types": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/debut-js/Plugins.git"
},
"keywords": [
"Debut",
"Plugin",
"TakeProfit",
"StopLoss"
],
"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"
}