UNPKG

@prateekbhaskar/nse-api

Version:

package to integrate rfq mechanism for securities buy and sell

52 lines (51 loc) 1.01 kB
{ "name": "@prateekbhaskar/nse-api", "version": "1.0.0", "description": "package to integrate rfq mechanism for securities buy and sell", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "local": "tsc --watch", "dev": "ts-node-dev --respawn src/index.ts" }, "keywords": [ "rfq", "nse", "bse", "cbricks", "c", "brick", "seebrick", "quote", "market", "stock", "securities", "buy", "sell", "request", "trading", "trade" ], "repository": { "type": "git", "url": "git+https://github.com/prateekbhaskar/nse-api.git" }, "author": "Prateek Bhaskar", "license": "MIT", "devDependencies": { "@types/node": "^24.1.0", "ts-node-dev": "^2.0.0", "typescript": "^5.8.3" } }