mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
* Switch to huly.core Signed-off-by: Andrey Sobolev <haiodo@gmail.com> * Fix build Signed-off-by: Andrey Sobolev <haiodo@gmail.com> --------- Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"name": "@hcengineering/scripts",
|
|
"version": "0.7.0",
|
|
"scripts": {
|
|
"format": "echo \"No format specified\""
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.9",
|
|
"sharp": "~0.34.3"
|
|
},
|
|
"private": true
|
|
}
|