Files
huly-platform/pods/external/package.json
T
2025-10-12 08:55:50 +07:00

22 lines
617 B
JSON

{
"name": "@hcengineering/pod-external",
"version": "0.7.0",
"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"
}
}