{
  "name": "underlying-exchange-tokens-india",
  "version": "1.0.4",
  "description": "Exchange tokens mapping for underlying instruments across different Indian brokers",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "npm test",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "india",
    "stock-market",
    "exchange-tokens",
    "zerodha",
    "flattrade",
    "shoonya",
    "nse",
    "trading"
  ],
  "author": "Narendra Krishna Ram",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/narenkram/underlying-exchange-tokens-india.git"
  }
}
