{
  "name": "nepse-api-helper",
  "version": "2.0.1",
  "description": "a wrapper to use nepse api easily since they set up weird restrictions",
  "keywords": [
    "nepse",
    "api",
    "nepal stock",
    "nepal"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": "git@github.com:dahsameer/nepse-api-helper.git",
  "author": "Sameer Dahal",
  "license": "UNLICENSED",
  "devDependencies": {
    "typescript": "^5.8.2",
    "vitest": "^3.0.8"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest"
  }
}