{
  "name": "@firecms/neat",
  "description": "Beautiful 3D gradients for your website",
  "access": "public",
  "version": "1.1.0",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "@types/node": "^26.2.0",
    "typescript": "^5.9.3",
    "vite": "^8.2.1"
  },
  "scripts": {
    "start": "vite",
    "build": "node ./scripts/sync-version.js && vite build && tsc"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FireCMSco/neat.git"
  },
  "keywords": [
    "webgl",
    "3d",
    "gradient",
    "background"
  ],
  "author": "Francesco Gatti",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/FireCMSco/neat/issues"
  },
  "homepage": "https://github.com/FireCMSco/neat#readme",
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
