diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-11 22:39:58 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-11 22:40:05 -0700 |
| commit | a01e0666fd66c367745cdaff76fcd6ea7568c31c (patch) | |
| tree | 3c9f6514e9819c0722ca8637c83e6b35f082d9c3 /sticker.pinapelz.moe/package.json | |
| parent | 3bea04c4cc6e0d9c34adb988a9b5095ae852aaab (diff) | |
add stickers
Diffstat (limited to 'sticker.pinapelz.moe/package.json')
| -rw-r--r-- | sticker.pinapelz.moe/package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sticker.pinapelz.moe/package.json b/sticker.pinapelz.moe/package.json new file mode 100644 index 0000000..44fe1ea --- /dev/null +++ b/sticker.pinapelz.moe/package.json @@ -0,0 +1,19 @@ +{ + "name": "maunium-stickerpicker", + "version": "0.1.0", + "description": "A fast and simple Matrix sticker picker widget", + "repository": "https://github.com/maunium/stickerpicker", + "author": "Tulir Asokan <tulir@maunium.net>", + "license": "AGPL-3.0-or-later", + "private": true, + "scripts": { + "esinstall": "node ./esinstall.js", + "sass": "sass --no-source-map --style=compressed style/" + }, + "dependencies": { + "esinstall": "^1.1.7", + "htm": "^3.1.0", + "preact": "^10.5.14", + "sass": "^1.42.1" + } +} |
