Files
huly-platform/pods/external/package.json
T
Artyom Savchenko 921f57e769 Bump version
Signed-off-by: Artyom Savchenko <armisav@gmail.com>
2026-07-16 16:29:38 +07:00

22 lines
619 B
JSON

{
"name": "@hcengineering/pod-external",
"version": "0.7.432",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"_phase:docker-build": "rushx docker:build",
"docker:build": "sh bin/build.sh",
"docker:push": "sh bin/push.sh",
"format": "true"
},
"devDependencies": {
"@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"
}
}