{
  "name": "typost",
  "version": "1.2.2",
  "description": "WordPress plugin for advanced OpenType typography features in Gutenberg headlines",
  "scripts": {
    "build": "npm run build:block && npm run build:js && npm run build:css",
    "build:block": "wp-scripts build blocks/typography-stylist/index.js --output-path=blocks/typography-stylist/build",
    "build:js": "npm run build:js:editor && npm run build:js:admin",
    "build:js:editor": "browserify assets/js/block-editor.js -o assets/js/block-editor.min.js -t [ babelify ]",
    "build:js:admin": "terser assets/js/admin-page.js --compress --mangle --output assets/js/admin-page.min.js",
    "build:css": "npm run build:css:editor && npm run build:css:frontend && npm run build:css:admin",
    "build:css:editor": "cleancss -o assets/css/block-editor.min.css assets/css/block-editor.css",
    "build:css:frontend": "cleancss -o assets/css/frontend.min.css assets/css/frontend.css",
    "build:css:admin": "cleancss -o assets/css/admin-page.min.css assets/css/admin-page.css",
    "watch": "npm run watch:js & npm run watch:css",
    "watch:js": "nodemon --watch assets/js --ext js --ignore \"*.min.js\" --exec \"npm run build:js\"",
    "watch:css": "nodemon --watch assets/css --ext css --ignore \"*.min.css\" --exec \"npm run build:css\"",
    "test": "wp-scripts test-unit-js",
    "test:watch": "wp-scripts test-unit-js --watch",
    "test:php": "vendor/bin/phpunit",
    "test:php:coverage": "vendor/bin/phpunit --coverage-html coverage",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:debug": "playwright test --debug",
    "test:e2e:headed": "playwright test --headed",
    "test:e2e:report": "playwright show-report",
    "test:all": "npm test && npm run test:php",
    "version": "npm run build",
    "package": "npm run build && node scripts/package.js"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@babel/preset-react": "^7.28.5",
    "@playwright/test": "^1.58.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.1",
    "@wordpress/scripts": "^31.4.0",
    "archiver": "^7.0.1",
    "babelify": "^10.0.0",
    "browserify": "^17.0.1",
    "clean-css-cli": "^5.6.2",
    "dotenv": "^17.2.3",
    "nodemon": "^3.1.11",
    "react-test-renderer": "^18.3.1",
    "terser": "^5.16.0"
  },
  "keywords": [
    "wordpress",
    "plugin",
    "typography",
    "opentype",
    "ligatures",
    "gutenberg"
  ],
  "author": "Your Name",
  "license": "GPL-2.0-or-later"
}
