@thoshpathi/utils-smartapi-order
Version:
Utility functions for placing live and dummy orders using Angel One's SmartAPI, with helper methods for streamlined trading workflows.
44 lines • 1.29 kB
JSON
{
"name": "@thoshpathi/utils-smartapi-order",
"version": "1.2.4",
"description": "Utility functions for placing live and dummy orders using Angel One's SmartAPI, with helper methods for streamlined trading workflows.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"smartapi",
"angelone",
"order",
"dummy-order",
"live-order",
"trading",
"smartapi-order",
"utils",
"typescript",
"stock-trading",
"order-helper"
],
"author": "@thoshpathi-1",
"license": "ISC",
"dependencies": {
"@thoshpathi/utils-core": "1.2.2",
"@thoshpathi/utils-smartapi": "1.2.4"
},
"exports": {
".": "./dist/index.js",
"./config_utils": "./dist/config_utils.js",
"./helpers/create_order_helper": "./dist/helpers/create_order_helper.js",
"./helpers/dummy_order_helper": "./dist/helpers/dummy_order_helper.js",
"./helpers/live_order_helper": "./dist/helpers/live_order_helper.js",
"./helpers/order_helper": "./dist/helpers/order_helper.js",
"./option_scrip_utils": "./dist/option_scrip_utils.js",
"./types": "./dist/types.js",
"./utils": "./dist/utils.js"
},
"scripts": {
"prebuild": "node ../../scripts/generate-exports.mjs",
"build": "tsup"
}
}