jesse-indicators
Version:
A Technical indicator library for TypeScript.
66 lines (65 loc) • 1.59 kB
JSON
{
"name": "jesse-indicators",
"version": "0.4.1",
"description": "A Technical indicator library for TypeScript.",
"repository": {
"type": "git",
"url": "https://github.com/jesse-ai/indicators.git"
},
"bugs": {
"url": "https://github.com/jesse-ai/indicators/issues"
},
"keywords": [
"indicators",
"TA",
"technical analysis",
"cryptocurrency",
"trading-bot",
"trading-algorithms",
"trading",
"crypto",
"jesse",
"algo-trading",
"algorithmic-trading",
"typescript"
],
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test-watch": "jest --watch"
},
"engines": {
"node": ">=8.11.3",
"npm": "~5.6.0"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"author": "Sully Fischer <fischersully@gmail.com>",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"@types/node": "^10.12.12",
"@types/jest": "^23.3.10",
"ts-node": "^7.0.1",
"typescript": "^3.2.2",
"@types/lodash": "^4.14.120",
"jest": "^23.6.0",
"ts-jest": "^23.10.5"
}
}