mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-05 10:29:51 +03:00
13 lines
222 B
JSON
13 lines
222 B
JSON
|
{
|
||
|
"name": "@hcengineering/scripts",
|
||
|
"version": "0.1.0",
|
||
|
"scripts": {
|
||
|
"format": "echo \"No format specified\""
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"esbuild": "^0.20.0",
|
||
|
"sharp": "~0.32.0"
|
||
|
},
|
||
|
"private": true
|
||
|
}
|