package.json 572 B

1234567891011121314151617181920
  1. {
  2. "name": "tsu-financial-progress-block",
  3. "version": "0.1.0",
  4. "description": "Example block scaffolded with Create Block tool.",
  5. "author": "The WordPress Contributors",
  6. "license": "GPL-2.0-or-later",
  7. "main": "build/index.js",
  8. "scripts": {
  9. "build": "wp-scripts build",
  10. "format": "wp-scripts format",
  11. "lint:css": "wp-scripts lint-style",
  12. "lint:js": "wp-scripts lint-js",
  13. "packages-update": "wp-scripts packages-update",
  14. "plugin-zip": "wp-scripts plugin-zip",
  15. "start": "wp-scripts start"
  16. },
  17. "devDependencies": {
  18. "@wordpress/scripts": "^26.17.0"
  19. }
  20. }