package.json 794 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "tsu_newsletter_block",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "wp-scripts build",
  8. "check-engines": "wp-scripts check-engines",
  9. "check-licenses": "wp-scripts check-licenses",
  10. "format": "wp-scripts format",
  11. "lint:css": "wp-scripts lint-style",
  12. "lint:js": "wp-scripts lint-js",
  13. "lint:md:docs": "wp-scripts lint-md-docs",
  14. "lint:pkg-json": "wp-scripts lint-pkg-json",
  15. "packages-update": "wp-scripts packages-update",
  16. "plugin-zip": "wp-scripts plugin-zip",
  17. "start": "wp-scripts start",
  18. "test:e2e": "wp-scripts test-e2e",
  19. "test:unit": "wp-scripts test-unit-js"
  20. },
  21. "keywords": [],
  22. "author": "",
  23. "license": "ISC",
  24. "devDependencies": {
  25. "@wordpress/scripts": "^26.17.0"
  26. }
  27. }