{
  "name": "@bradford-tech/rivian-sdk",
  "version": "0.0.7",
  "description": "Unofficial TypeScript SDK for the Unofficial Rivian API",
  "homepage": "https://github.com/bradford-tech/rivian-sdk#readme",
  "bugs": {
    "url": "https://github.com/bradford-tech/rivian-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bradford-tech/rivian-sdk.git"
  },
  "license": "MIT",
  "author": "sbs44",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "check": "npm run format:check && npm run lint:check && npm run type:check",
    "clean": "rimraf dist",
    "fix": "npm run format && npm run lint && npm run type:check",
    "format": "prettier . --write --log-level warn",
    "format:check": "prettier . --check --log-level warn",
    "generate": "openapi-ts --file openapi-ts.config.ts",
    "lint": "eslint . --fix --max-warnings=0",
    "lint:check": "eslint . --max-warnings=0",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "echo \"No tests yet\" && exit 0",
    "type:check": "tsc --noEmit",
    "validate": "tsx --env-file=.env scripts/validate.ts"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@hey-api/openapi-ts": "0.94.0",
    "@types/node": "^20",
    "eslint": "^10.0.2",
    "globals": "^17.4.0",
    "jiti": "^2.6.1",
    "prettier": "^3.8.1",
    "prettier-plugin-organize-imports": "^4.3.0",
    "prettier-plugin-packagejson": "^3.0.0",
    "rimraf": "^6.1.3",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.56.1"
  },
  "engines": {
    "node": ">=20"
  }
}
