pricehistory
Version:
Series data with technical indicators.
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "pricehistory",
"version": "0.0.6",
"description": "Series data with technical indicators.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "npx eslint 'src/**/*.{js,mjs,cjs,ts}'; exit 0",
"build": "tsc",
"test-cjs": "yarn build && node test/test-cjs.js",
"test-esm": "yarn build && node test/test-esm.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nameer-rizvi/pricehistory.git"
},
"keywords": [
"stock",
"data",
"technical",
"indicators",
"trends"
],
"author": "Nameer Rizvi (https://github.com/nameer-rizvi)",
"license": "ISC",
"bugs": {
"url": "https://github.com/nameer-rizvi/pricehistory/issues"
},
"homepage": "https://github.com/nameer-rizvi/pricehistory#readme",
"devDependencies": {
"@eslint/js": "^9.23.0",
"@types/node": "^22.13.14",
"eslint": "^9.23.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0"
},
"dependencies": {
"simpul": "^1.2.6"
}
}