Initial commit (v1.0.5)

This commit is contained in:
2025-04-28 20:04:55 -07:00
commit 81ab5e4f7b
4 changed files with 180 additions and 0 deletions

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "discord-hedgedoc-md",
"version": "1.0.5",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"keywords": [],
"author": "Sophia Atkinson",
"license": "MIT",
"description": "",
"dependencies": {
"axios": "^1.9.0",
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
}