Browse Source

add package.json file

Andrey Titovskiy 3 years ago
parent
commit
5de67a35e3
1 changed files with 11 additions and 0 deletions
  1. 11 0
      package.json

+ 11 - 0
package.json

@@ -0,0 +1,11 @@
+{
+    "name": "@unicraft/branding",
+    "version": "1.0.0",
+    "description": "unicraft branding files",
+    "main": "./index.js",
+    "files": [
+      "./"
+    ],
+    "author": "Unicraft TEAM"
+  }
+