Files
huly-platform/foundations/server/packages/minio/package.json
T
Denis Bykhov c3eba17a7e update deps
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-11-26 23:24:41 +05:00

68 lines
1.9 KiB
JSON

{
"name": "@hcengineering/minio",
"version": "0.7.17",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/node-package",
"license": "EPL-2.0",
"scripts": {
"build": "compile",
"build:watch": "compile",
"test": "jest --passWithNoTests --silent --forceExit",
"format": "format src",
"_phase:build": "compile transpile src",
"_phase:test": "jest --passWithNoTests --silent --forceExit",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "workspace:^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",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"@types/node": "^22.18.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"eslint-plugin-svelte": "^2.35.1"
},
"dependencies": {
"@hcengineering/core": "workspace:^0.7.23",
"@hcengineering/platform": "workspace:^0.7.19",
"@hcengineering/server-core": "workspace:^0.7.18",
"minio": "^8.0.5"
},
"repository": "https://github.com/hcengineering/huly.server",
"publishConfig": {
"access": "public"
},
"files": [
"lib/**/*",
"types/**/*",
"src/**/*",
"!lib/**/*.test.*",
"!lib/**/*.spec.*",
"!lib/__tests__/**/*",
"!lib/__test__/**/*",
"!lib/tests/**/*",
"!types/**/*.test.*",
"!types/**/*.spec.*",
"!types/__tests__/**/*",
"!types/__test__/**/*",
"!types/tests/**/*",
"!src/**/*.test.*",
"!src/**/*.spec.*",
"!src/__tests__/**/*",
"!src/__test__/**/*",
"!src/tests/**/*"
]
}