2022-06-01 15:05:07 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/server-backup",
|
2022-06-01 15:05:07 +03:00
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "heft build",
|
|
|
|
"build:watch": "tsc",
|
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"lint": "eslint src",
|
2023-01-04 20:58:54 +03:00
|
|
|
"format": "prettier --write src && eslint --fix src",
|
|
|
|
"run": "ts-node"
|
2022-06-01 15:05:07 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-21 11:08:25 +03:00
|
|
|
"@hcengineering/platform-rig": "~0.6.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"@types/heft-jest": "^1.0.3",
|
2022-11-02 11:50:14 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-11-02 11:50:14 +03:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint-plugin-n": "^15.4.0",
|
|
|
|
"eslint": "^8.26.0",
|
|
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"prettier": "^2.7.1",
|
2022-09-21 20:32:48 +03:00
|
|
|
"@rushstack/heft": "^0.47.9",
|
2022-06-01 15:05:07 +03:00
|
|
|
"typescript": "^4.3.5",
|
|
|
|
"@types/tar-stream": "^2.2.2",
|
2022-11-16 18:03:03 +03:00
|
|
|
"@types/node": "~16.11.12"
|
2022-06-01 15:05:07 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-07 14:40:54 +03:00
|
|
|
"@hcengineering/platform": "^0.6.8",
|
|
|
|
"@hcengineering/core": "^0.6.19",
|
2022-11-09 13:03:05 +03:00
|
|
|
"@hcengineering/contact": "~0.6.8",
|
2022-09-21 11:08:25 +03:00
|
|
|
"@hcengineering/client-resources": "~0.6.4",
|
2022-12-07 14:40:54 +03:00
|
|
|
"@hcengineering/client": "^0.6.6",
|
2022-09-21 11:08:25 +03:00
|
|
|
"@hcengineering/model": "~0.6.0",
|
2022-06-01 15:05:07 +03:00
|
|
|
"tar-stream": "^2.2.0",
|
2022-09-21 11:08:25 +03:00
|
|
|
"@hcengineering/server-tool": "~0.6.0",
|
2022-11-16 18:03:03 +03:00
|
|
|
"@hcengineering/minio": "^0.6.0"
|
2022-06-01 15:05:07 +03:00
|
|
|
}
|
|
|
|
}
|