{
  "name": "@authentified/retool-scripts",
  "license": "SEE LICENSE IN LICENSE.md",
  "version": "1.8.0",
  "private": false,
  "main": "./dist/umd/index.js",
  "module": "./dist/es/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "CHANGELOG.md",
    "./dist"
  ],
  "devDependencies": {
    "vite": "^6.2.2",
    "vite-plugin-dts": "^3.9.1",
    "vitest": "^3.0.9",
    "@authentified/eslint-config": "^0.1.0",
    "@authentified/typescript-config": "^0.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build:watch": "NODE_ENV=production vite build --watch",
    "build": "NODE_ENV=production vite build",
    "lint": "eslint . --fix",
    "post-install": "NODE_ENV=production vite build",
    "test:ci": "vitest run --coverage",
    "test:watch": "vitest",
    "test:mutation": "stryker run",
    "test:mutation:ci": "stryker run --incremental --ignoreStatic --reporters json,html",
    "test": "vitest run"
  }
}