{
  "name": "oilpriceapi",
  "version": "1.2.6",
  "description": "Official Node.js SDK for source-timestamped OilPriceAPI energy data",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && tsc -p tsconfig.cjs.json && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
    "check:secrets": "node scripts/check-no-hardcoded-api-keys.mjs",
    "storefront:check": "node scripts/validate-storefront-claims.mjs",
    "snippets:build": "node scripts/generate-snippet-manifest.mjs --output artifacts/snippets/oilpriceapi-node-snippets-v1.json",
    "snippets:fixtures": "node scripts/run-snippet-fixtures.mjs",
    "snippets:check": "tsc --noEmit -p tsconfig.snippets.json && npm run snippets:fixtures && vitest run tests/snippet-manifest.test.ts",
    "lint": "eslint src/ --max-warnings=0",
    "smoke:package": "./scripts/clean-install-smoke.sh",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:live": "vitest run --config vitest.live.config.ts",
    "docs": "typedoc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "oil",
    "price",
    "commodity",
    "api",
    "brent",
    "wti",
    "crude",
    "gasoline",
    "diesel",
    "natural-gas",
    "energy",
    "alerts",
    "webhook",
    "notifications",
    "well-permits",
    "drilling-data",
    "oil-well-production"
  ],
  "author": "OilPriceAPI <support@oilpriceapi.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OilpriceAPI/oilpriceapi-node.git"
  },
  "bugs": {
    "url": "https://github.com/OilpriceAPI/oilpriceapi-node/issues"
  },
  "homepage": "https://www.oilpriceapi.com",
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "@types/ws": "^8.18.1",
    "@vitest/coverage-v8": "^4.0.16",
    "ajv": "^8.20.0",
    "eslint": "^10.7.0",
    "tsx": "^4.23.1",
    "typedoc": "^0.28.20",
    "typescript": "^5.3.0",
    "typescript-eslint": "^8.57.2",
    "vitest": "^4.0.16"
  },
  "dependencies": {
    "ws": "^8.21.0"
  }
}
