package.json 420 B

12345678910111213141516
  1. {
  2. "name": "wordpress-gutenberg",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "env:copy": "cp .env.example .env",
  7. "start:env": "npm run env:copy && sh ./init.sh",
  8. "blocks:install": "cd plugins/custom-block && npm install",
  9. "blocks:start": "cd plugins/custom-block && npm run start"
  10. },
  11. "devDependencies": {},
  12. "keywords": [],
  13. "author": "",
  14. "license": "ISC",
  15. "description": ""
  16. }