|
|
@@ -0,0 +1,16 @@
|
|
|
+{
|
|
|
+ "name": "wordpress-gutenberg",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "main": "index.js",
|
|
|
+ "scripts": {
|
|
|
+ "env:copy": "cp .env.example .env",
|
|
|
+ "start:env": "npm run env:copy && ./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": ""
|
|
|
+}
|