back-mark-plotter
Version:
Equity Curve plotting lib for Back Mark trades
57 lines (56 loc) • 1.61 kB
JSON
{
"name": "back-mark-plotter",
"version": "1.0.2",
"description": "Equity Curve plotting lib for Back Mark trades",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"author": "Enrique Plaza <enriplaso@gmail.com>",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/enriplaso/back-mark-plotter.git"
},
"keywords": [
"BackMark",
"Plotting",
"Equity",
"Curve"
],
"homepage": "https://github.com/enriplaso/BackMark#readme",
"scripts": {
"lint": "eslint --fix ./src ",
"test": "mocha --config=./test/.mocharc.json ",
"test:coverage": "c8 npm run test",
"coverage": "c8 report --reporter=text-summary",
"clean": "rm -rf dist build package",
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"plotly.js": "^2.35.2"
},
"devDependencies": {
"@eslint/js": "8.57.1",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.9",
"@types/node": "^20.8.4",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.1.0",
"c8": "^10.1.2",
"chai": "^5.1.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"sinon": "^17.0.1",
"trading-signals": "^3.6.1",
"ts-node": "^10.9.2",
"tslib": "^2.3.1",
"typescript": "^5.3.3",
"typescript-eslint": "^8.12.2",
"backmark": "^1.0.2",
"backmark-common-types": "1.0.1"
}
}