{
  "name": "nepse-api-unofficial",
  "version": "1.0.3",
  "description": "Unofficial NEPSE (Nepal Stock Exchange) API client with auto-scaling worker pool for Node.js",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "bun": ">=1.3.5"
  },
  "keywords": [
    "nepse",
    "nepal",
    "stock-exchange",
    "stock-market",
    "trading",
    "api",
    "finance",
    "nepal-stock-exchange",
    "nepalstock",
    "share-market",
    "nepal-share",
    "bun",
    "nodejs"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/surajrimal07/nepse-api-unofficial"
  },
  "bugs": {
    "url": "https://github.com/surajrimal07/nepse-api-unofficial/issues"
  },
  "homepage": "https://github.com/surajrimal07/nepse-api-unofficial#readme",
  "license": "MIT",
  "author": "Suraj Rimal <davidparkedme@gmail.com>",
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "dev": "tsx watch src/index.ts",
    "dev:bun": "bun run src/index.ts",
    "test": "tsx src/test/test-stress.ts",
    "test:bun": "bun run src/test/test-stress.ts",
    "test:simple": "tsx src/test/test-simplified.ts",
    "lint": "biome check src",
    "lint:fix": "biome check src --write",
    "format": "biome format src --write",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "clean": "rimraf dist"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/bun": "^1.3.2",
    "rimraf": "^6.0.1",
    "tsup": "^8.3.5",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  }
}
