mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
14 lines
266 B
JSON
14 lines
266 B
JSON
{
|
|
"name": "@hcengineering/scripts",
|
|
"version": "0.7.0",
|
|
"scripts": {
|
|
"format": "echo \"No format specified\"",
|
|
"safe-publish": "node safe-publish.js"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.9",
|
|
"sharp": "~0.34.3"
|
|
},
|
|
"private": true
|
|
}
|