summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authormoderndevslulw <moderndevslulw@alright.party>2025-07-05 20:37:43 +0500
committermoderndevslulw <moderndevslulw@alright.party>2025-07-05 20:37:43 +0500
commitc93f2cff12f47702266118617e8ee4369ff41173 (patch)
tree5560c8d167a445d2c4ce95ddc1bae381173cdad8 /composer.json
parent29d8861652f4500744dd8a26d6e7d3381621d749 (diff)
feat: added composer
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..6c2f494
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,15 @@
+{
+ "name": "moderndevslulw/tinybotweb",
+ "description": "a web frontend for the Tinybot Project",
+ "type": "project",
+ "license": "WTFPL",
+ "authors": [
+ {
+ "name": "moderndevslulw",
+ "email": "moderndevslulw@alright.party"
+ }
+ ],
+ "require": {
+ "erusev/parsedown": "^1.7"
+ }
+}