mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
20 lines
533 B
JSON
20 lines
533 B
JSON
{
|
|
"name": "@hcengineering/scripts",
|
|
"version": "0.7.3",
|
|
"scripts": {
|
|
"format": "echo \"No format specified\""
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.24.2",
|
|
"@hcengineering/platform-rig": "^0.7.19",
|
|
"@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
|
|
}
|