You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
530 B

  1. {
  2. "name": "maunium-stickerpicker",
  3. "version": "0.1.0",
  4. "description": "A fast and simple Matrix sticker picker widget",
  5. "repository": "https://github.com/maunium/stickerpicker",
  6. "author": "Tulir Asokan <tulir@maunium.net>",
  7. "license": "AGPL-3.0-or-later",
  8. "private": true,
  9. "scripts": {
  10. "esinstall": "node ./esinstall.js",
  11. "sass": "sass --no-source-map --style=compressed style/"
  12. },
  13. "dependencies": {
  14. "htm": "^3.1.0",
  15. "preact": "^10.5.14",
  16. "esinstall": "^1.1.7",
  17. "sass": "^1.42.1"
  18. }
  19. }