{
  "name": "@netlify/types",
  "version": "2.6.0",
  "description": "TypeScript definitions for the Netlify platform",
  "type": "module",
  "engines": {
    "node": "^18.14.0 || >=20"
  },
  "main": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsup-node",
    "prepack": "npm run build",
    "test": "npm run types && vitest run",
    "test:dev": "vitest",
    "test:ci": "npm run build && npm run test",
    "dev": "tsup-node --watch",
    "types": "tsc --noEmit",
    "publint": "npx -y publint --strict"
  },
  "keywords": [],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/netlify/primitives.git",
    "directory": "packages/types"
  },
  "bugs": {
    "url": "https://github.com/netlify/primitives/issues"
  },
  "author": "Netlify Inc.",
  "devDependencies": {
    "@types/node": "^18.19.110",
    "tsup": "^8.0.0",
    "typescript": "^5.8.3",
    "vitest": "^3.0.0"
  }
}
