| 12345678910111213141516 |
- {
- "name": "wordpress-gutenberg",
- "version": "1.0.0",
- "main": "index.js",
- "scripts": {
- "env:copy": "cp .env.example .env",
- "start:env": "npm run env:copy && sh ./init.sh",
- "blocks:install": "cd plugins/custom-block && npm install",
- "blocks:start": "cd plugins/custom-block && npm run start"
- },
- "devDependencies": {},
- "keywords": [],
- "author": "",
- "license": "ISC",
- "description": ""
- }
|