new file mode 100644
@@ -0,0 +1,11 @@
+{
+ "name": "contao-htmx",
+ "version": "1.0.0",
+ "dependencies": {
+ "htmx.org": "^1.9.2",
+ "gently-copy": "^3.2.0"
+ },
+ "scripts": {
+ "postinstall": "node ./npm-post-install.js"
+ }
+}