0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00
penpot/frontend/vendor/mousetrap/package.json
Andrey Antukh 0cd446421d 🐛 Fix some issues with vendored libraries and build process
related to how package.json is defined and how modules
are exported
2024-11-05 14:18:51 +01:00

10 lines
276 B
JSON

{
"name": "@penpot/mousetrap",
"version": "1.6.5",
"description": "Simple library for handling keyboard shortcuts",
"main": "index.js",
"type": "module",
"packageManager": "yarn@4.3.1",
"author": "Craig Campbell",
"license": "Apache-2.0 WITH LLVM-exception"
}