{
  "name": "@andersea/pi-scaleway-provider",
  "version": "0.3.0",
  "description": "Pi Agent extension for Scaleway's Generative APIs",
  "type": "module",
  "main": "./extensions/index.ts",
  "exports": {
    ".": "./extensions/index.ts",
    "./package.json": "./package.json"
  },
  "private": false,
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint extensions --ext .ts",
    "prepublishOnly": "npm run typecheck && npm run lint"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "scaleway",
    "generative-ai"
  ],
  "files": [
    "extensions",
    "README.md",
    "LICENSE",
    "!extensions/**/*.test.ts"
  ],
  "author": "Anders Ellenshøj Andersen <andersa@ellenshoej.dk>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andersea/pi-scaleway-provider.git"
  },
  "bugs": {
    "url": "https://github.com/andersea/pi-scaleway-provider/issues"
  },
  "homepage": "https://github.com/andersea/pi-scaleway-provider#readme",
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.12.0",
    "@typescript-eslint/parser": "^6.12.0",
    "eslint": "^8.55.0",
    "typescript": "^5.3.0",
    "vitest": "^1.0.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
