Browse code

Add tom select npm package

Benjamin Roth authored on02/02/2023 12:00:30
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+{
2
+  "name": "contao-tomselect",
3
+  "version": "1.0.0",
4
+  "dependencies": {
5
+    "tom-select": "^2.2",
6
+    "gently-copy": "^3.2.0"
7
+  },
8
+  "scripts": {
9
+    "postinstall": "node ./npm-post-install.js"
10
+  }
11
+}