mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 11:22:25 +02:00
22 lines
617 B
JSON
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"
|
|
}
|
|
}
|