@thoshpathi/utils-smartapi
Version:
Extended utilities for Angel One's smartapi-javascript SDK, including custom methods and helpers for market data like candles, P&L, and more.
47 lines • 1.29 kB
JSON
{
"name": "@thoshpathi/utils-smartapi",
"version": "1.2.4",
"description": "Extended utilities for Angel One's smartapi-javascript SDK, including custom methods and helpers for market data like candles, P&L, and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"smartapi",
"angelone",
"market-data",
"candles",
"ohlc",
"pl",
"positions",
"trading",
"utils",
"typescript",
"stock-data",
"smartapi-utils"
],
"author": "@thoshpathi-1",
"license": "ISC",
"dependencies": {
"date-fns": "^4.1.0",
"@thoshpathi/utils-core": "1.2.2",
"@thoshpathi/smartapi-javascript": "1.0.2"
},
"exports": {
".": "./dist/index.js",
"./candle_utils": "./dist/candle_utils.js",
"./configs": "./dist/configs.js",
"./pl_utils": "./dist/pl_utils.js",
"./smartapi/index": "./dist/smartapi/index.js",
"./smartapi/ohlc_data": "./dist/smartapi/ohlc_data.js",
"./smartapi/smartapi_enhanced": "./dist/smartapi/smartapi_enhanced.js",
"./smartapi_utils": "./dist/smartapi_utils.js",
"./ta_lib": "./dist/ta_lib.js",
"./types": "./dist/types.js"
},
"scripts": {
"prebuild": "node ../../scripts/generate-exports.mjs",
"build": "tsup"
}
}