You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
509 B

2 years ago
2 years ago
  1. {
  2. "name": "planist-block",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "Planist Block",
  6. "author": "Parsa Kafi",
  7. "license": "",
  8. "keywords": [
  9. "question",
  10. "answer"
  11. ],
  12. "homepage": "https://planist.fr",
  13. "main": "build/index.js",
  14. "devDependencies": {
  15. "@wordpress/scripts": "^24.6.0"
  16. },
  17. "scripts": {
  18. "build": "wp-scripts build",
  19. "format:js": "wp-scripts format",
  20. "lint:js": "wp-scripts lint-js",
  21. "packages-update": "wp-scripts packages-update",
  22. "start": "wp-scripts start"
  23. }
  24. }