@zero65tech/indian-stock-market
Version:
Indian Stock Market Toolkit
46 lines (45 loc) • 1.03 kB
JSON
{
"author": "Prashant Gupta @ Zero65 Technologies Pvt. Ltd.",
"name": "@zero65tech/indian-stock-market",
"version": "4.5.0",
"description": "Indian Stock Market Toolkit",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Zero65Tech/indian-stock-market"
},
"keywords": [
"bse",
"nse",
"bse-timings",
"nse-timings",
"stock-bse",
"stock-nse",
"indian-stock",
"stock-market",
"market-utils",
"trading-utils",
"zero65",
"zero65-tech"
],
"main": "src/index.js",
"scripts": {
"build": "node src/build/index.js",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"lint": "npx eslint src test"
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@eslint/json": "^0.13.2",
"@eslint/markdown": "^7.4.0",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"jest": "^30.2.0",
"prettier": "^3.6.2"
},
"publishConfig": {
"access": "public"
}
}