mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-18 02:15:44 +02:00
23 lines
637 B
JSON
23 lines
637 B
JSON
{
|
|
"name": "@hcengineering/scripts",
|
|
"version": "0.7.426",
|
|
"scripts": {
|
|
"format": "echo \"No format specified\"",
|
|
"safe-publish": "node safe-publish.js"
|
|
},
|
|
"template": "none",
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "workspace:^0.7.426",
|
|
"esbuild": "^0.25.10",
|
|
"sharp": "~0.34.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint": "^8.54.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0"
|
|
},
|
|
"private": true
|
|
}
|