diff --git a/package-lock.json b/package-lock.json index abe8e38..e561c24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "chunk-text": "^2.0.1", "cloudstorm": "^0.8.0", "discord-markdown": "git+https://git.sr.ht/~cadence/nodejs-discord-markdown#440130ef343c8183a81c7c09809731484aa3a182", + "giframe": "github:cloudrac3r/giframe#v0.3.0", "heatsync": "^2.4.1", "js-yaml": "^4.1.0", "matrix-appservice": "^2.0.0", @@ -1373,6 +1374,11 @@ "source-map": "^0.6.1" } }, + "node_modules/giframe": { + "version": "0.3.0", + "resolved": "git+ssh://git@github.com/cloudrac3r/giframe.git#abbadea54772051a1e08f68c5046fb8f94329e44", + "license": "MIT" + }, "node_modules/github-from-package": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", diff --git a/package.json b/package.json index 7bc6a16..a8796b3 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "chunk-text": "^2.0.1", "cloudstorm": "^0.8.0", "discord-markdown": "git+https://git.sr.ht/~cadence/nodejs-discord-markdown#440130ef343c8183a81c7c09809731484aa3a182", + "giframe": "github:cloudrac3r/giframe#v0.3.0", "heatsync": "^2.4.1", "js-yaml": "^4.1.0", "matrix-appservice": "^2.0.0", diff --git a/readme.md b/readme.md index e68cc9c..6d623ae 100644 --- a/readme.md +++ b/readme.md @@ -122,6 +122,7 @@ I recommend developing in Visual Studio Code so that the JSDoc x TypeScript anno * (0) cloudstorm: Discord gateway library with bring-your-own-caching that I trust. * (8) snowtransfer: Discord API library with bring-your-own-caching that I trust. * (1) discord-markdown: This is my fork! I make sure it does what I want. +* (0) giframe: This is my fork! It should do what I want. * (1) heatsync: Module hot-reloader that I trust. * (1) js-yaml: It seems to do what I want, and it's already pulled in by matrix-appservice. * (70) matrix-appservice: I wish it didn't pull in express :(