{
  "name": "jumplinks-editorial-workflow",
  "version": "1.1.4",
  "description": "JumpLinks Flow - Editorial Review & Content Approval Workflow",
  "scripts": {
    "test:php": "php vendor/bin/phpunit -c phpunit.xml.dist",
    "build:readable": "NODE_ENV=development webpack --config webpack.config.js",
    "build:minified": "NODE_ENV=production webpack --config webpack.config.js",
    "build": "npm run build:readable && npm run build:minified",
    "start": "wp-scripts start",
    "lint:js": "wp-scripts lint-js src/",
    "make-pot": "php scripts/make-pot.php",
    "package": "npm run build && npm run make-pot && python3 scripts/make-dist-zip.py",
    "release": "python3 scripts/release-svn.py",
    "release:commit": "python3 scripts/release-svn.py --commit"
  },
  "devDependencies": {
    "@wordpress/icons": "^12.1.0",
    "@wordpress/scripts": "^30.0.0",
    "sass": "^1.99.0"
  }
}
