{
  "name": "{{slug}}",
  "version": "0.1.0",
  "packageManager": "bun@1.3.11",
  "description": "{{description}}",
  "author": "{{author}}",
  "license": "GPL-2.0-or-later",
  "engines": {
    "node": ">=24.0.0"
  },
  "main": "build/index.js",
  "scripts": {
    "postinstall": "node scripts/apply-ttsc-lint-compat.mjs",
    "add-child": "ttsx scripts/add-compound-child.ts",
    "sync": "ttsx scripts/sync-project.ts",
    "sync-types": "ttsx scripts/sync-types-to-block-json.ts",
    "build": "bun run sync --check && wp-scripts build --experimental-modules",
    "start": "bun run sync && wp-scripts start --experimental-modules",
    "dev": "bun run start",
    "check:code": "bun run sync --check && ttsc check --noEmit",
    "check:style": "wp-scripts lint-style --allow-empty-input",
    "check:format": "prettier --check --no-error-on-unmatched-pattern \"**/*.{css,json,md,scss,yaml,yml}\" \"*.{cjs,js,jsx,mjs}\" \"scripts/**/*.{cjs,js,jsx,mjs}\" \"src/**/*.{cjs,js,jsx,mjs}\"",
    "check": "bun run check:code && bun run check:style && bun run check:format",
    "format": "ttsc format --singleThreaded && prettier --write --no-error-on-unmatched-pattern \"**/*.{css,json,md,scss,yaml,yml}\" \"*.{cjs,js,jsx,mjs}\" \"scripts/**/*.{cjs,js,jsx,mjs}\" \"src/**/*.{cjs,js,jsx,mjs}\""
  },
	"devDependencies": {
		"@wp-typia/block-runtime": "{{blockRuntimePackageVersion}}",
		"@wp-typia/block-types": "{{blockTypesPackageVersion}}",
    "@ttsc/lint": "0.26.2",
    "@ttsc/unplugin": "^0.26.2",
    "@wp-typia/ttsc-lint-plugin-wp": "{{ttscLintPluginWpPackageVersion}}",
    "@wordpress/browserslist-config": "^6.42.0",
    "@wordpress/scripts": "^30.23.0",
    "@types/node": "^24.5.2",
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "@types/wordpress__block-editor": "^11.5.17",
    "@types/wordpress__blocks": "^12.5.18",
    "prettier": "3.8.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "ttsc": "^0.26.2",
    "typescript": "^7.0.2",
    "typia": "^13.2.0"
  },
  "dependencies": {
    "@wordpress/block-editor": "~15.19.0",
    "@wordpress/blocks": "~15.19.0",
    "@wordpress/components": "^30.2.0",
    "@wordpress/element": "^6.29.0",
    "@wordpress/i18n": "^6.2.0"
  }
}
