candlestick
Version:
JavaScript library for candlestick patterns detection.
73 lines (72 loc) • 1.67 kB
JSON
{
"name": "candlestick",
"version": "1.0.2",
"description": "JavaScript library for candlestick patterns detection.",
"homepage": "https://github.com/cm45t3r/candlestick",
"author": {
"name": "cm45t3r",
"url": "https://github.com/cm45t3r"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cm45t3r/candlestick.git"
},
"bugs": {
"url": "https://github.com/cm45t3r/candlestick/issues"
},
"license": "MIT",
"keywords": [
"candlestick-data",
"candlestick-pattern-detection",
"candlestick-pattern",
"candlestick-patterns-detection",
"candlestick-patterns",
"candlestick",
"candlesticks-pattern",
"candlesticks",
"javascript-library",
"javascript",
"ohlc",
"technical-analysis-indicators",
"technical-analysis-library",
"technical-analysis-methods",
"technical-analysis",
"technical-indicators"
],
"files": [
"src/",
"CHANGELOG.md",
"index.js",
"LICENSE",
"package-lock.json",
"package.json",
"README.md"
],
"exports": {
".": "./index.js"
},
"sideEffects": false,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/cm45t3r"
},
"scripts": {
"lint": "eslint .",
"test": "node --test",
"coverage": "c8 --reporter=text --reporter=lcov npm test",
"format": "prettier --write ."
},
"engines": {
"node": ">=18"
},
"main": "index.js",
"devDependencies": {
"@eslint/eslintrc": "latest",
"@eslint/js": "latest",
"c8": "latest",
"coveralls": "latest",
"eslint": "latest",
"eslint-config-prettier": "latest",
"prettier": "latest"
}
}