{
  "name": "@nepse-helper/core",
  "version": "0.1.3",
  "author": "Prashun Chitrakar",
  "description": "A helper library for NEPSE",
  "files": [
    "dist"
  ],
  "keywords": [
    "NEPSE",
    "Nepal",
    "Stock",
    "Exchange",
    "Realtime"
  ],
  "license": "GPL-3.0-only",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "lib/index.ts",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "clean": "rm -rf dist",
    "dev": "tsc -w"
  },
  "devDependencies": {
    "@nepse-helper/typescript-config": "workspace:*",
    "@types/node": "^22.10.5",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "axios": "^1.7.9"
  }
}
