Browse Source

Dodanie package.json i gitignore

Miłosz Semenov 6 months ago
parent
commit
ab85e899bf
1 changed files with 16 additions and 0 deletions
  1. 16 0
      package.json

+ 16 - 0
package.json

@@ -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": ""
+}