UNPKG

@zero65tech/indian-stock-market

Version:
44 lines (43 loc) 951 B
{ "author": "Prashant Gupta @ Zero65 Technologies Pvt. Ltd.", "name": "@zero65tech/indian-stock-market", "version": "4.4.1", "description": "Indian Stock Market Toolkit", "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.js", "test": "jest --coverage --testPathPattern=test/", "lint": "npx eslint . --ext .js --fix" }, "dependencies": {}, "devDependencies": { "@zero65tech/eslint-config": "2.0.x", "eslint": "8.x.x", "jest": "29.x.x" }, "eslintConfig": { "extends": "@zero65tech" }, "publishConfig": { "access": "public" } }