mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
607deb31dc
Mainly leave shadow-cljs for build cljs stuff and use esbuild for bundle all js dependencies, completly avoiding all possible incompatibility issues between js libraries and google closure compiler.
15 lines
409 B
JSON
15 lines
409 B
JSON
{
|
|
"name": "@penpot/mousetrap",
|
|
"version": "1.6.5",
|
|
"description": "Simple library for handling keyboard shortcuts",
|
|
"module": "index.js",
|
|
"scripts": {
|
|
"build": "esbuild --bundle --outfile=dist/index.js --format=esm index.js"
|
|
},
|
|
"packageManager": "yarn@4.3.1",
|
|
"author": "Craig Campbell",
|
|
"license": "Apache-2.0 WITH LLVM-exception",
|
|
"devDependencies": {
|
|
"esbuild": "^0.24.0"
|
|
}
|
|
}
|