Browse code

Initial commit

Benjamin Roth authored on07/08/2023 22:08:40
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+{
2
+  "name": "contao-picnic",
3
+  "version": "1.0.0",
4
+  "dependencies": {
5
+    "picnic": "^7.1.0",
6
+    "gently-copy": "^3.2.0"
7
+  },
8
+  "scripts": {
9
+    "postinstall": "node ./npm-post-install.js"
10
+  }
11
+}