{
  "name": "@openfoodfacts/openfoodfacts-nodejs",
  "author": "openfoodfacts",
  "license": "Apache-2.0",
  "version": "2.0.0-alpha.33",
  "description": "Open Food Facts API NodeJS Wrapper",
  "type": "module",
  "keywords": [
    "OFF",
    "OpenFoodFacts",
    "NodeJS",
    "Wrapper"
  ],
  "homepage": "https://github.com/openfoodfacts/openfoodfacts-js#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/openfoodfacts/openfoodfacts-js.git"
  },
  "bugs": {
    "url": "https://github.com/openfoodfacts/openfoodfacts-js/issues"
  },
  "types": "./dist/index.d.cts",
  "main": "./dist/index.cjs",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "yarn run prebuild && yarn run build",
    "prebuild": "node scripts/prebuild.js",
    "build:docs": "typedoc --tsconfig tsconfig.docs.json src/index.ts",
    "build": "yarn run prebuild && tsdown",
    "commitmsg": "commitlint -quiet=0 --extends=@commitlint/config-conventional -e",
    "api": "yarn run openapi-typescript --empty-objects-unknown",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "format": "prettier --check .",
    "format:fix": "prettier --write .",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "jwt-decode": "4.0.0",
    "openapi-fetch": "^0.17.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^21.1.0",
    "@commitlint/config-conventional": "^21.1.0",
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.0.3",
    "@typescript-eslint/eslint-plugin": "^8.30.1",
    "@typescript-eslint/parser": "^8.30.1",
    "@vitest/coverage-v8": "^4.1.9",
    "eslint": "^10.0.2",
    "globals": "^17.6.0",
    "openapi-typescript": "^7.6.1",
    "prettier": "^3.5.3",
    "ts-node": "^10.9.2",
    "tsdown": "^0.22.0",
    "typedoc": "^0.28.19",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.30.1",
    "vitest": "^4.1.9"
  },
  "resolutions": {
    "brace-expansion": ">=5.0.6",
    "tar": ">=7.5.16",
    "undici": ">=6.27.0",
    "js-yaml": ">=4.1.2",
    "vite": ">=8.0.16"
  },
  "packageManager": "yarn@4.13.0+sha512.5c20ba010c99815433e5c8453112165e673f1c7948d8d2b267f4b5e52097538658388ebc9f9580656d9b75c5cc996f990f611f99304a2197d4c56d21eea370e7",
  "module": "./dist/index.js"
}
