{ "name": "@fixture/pages-plugin", "private": true, "files": [ "dist/", "index.d.ts", "tsconfig.json", "public/" ], "main": "dist/index.js", "types": "index.d.ts", "scripts": { "build": "wrangler pages functions build --plugin --outdir=dist --external=is-odd", "check:type": "tsc" }, "devDependencies": { "@cloudflare/workers-types": "catalog:default", "is-odd": "^3.0.1", "wrangler": "workspace:*" } }