mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
0cd446421d
related to how package.json is defined and how modules are exported
10 lines
276 B
JSON
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"
|
|
}
|