2021-09-09 21:42:34 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/account",
|
2021-09-09 21:42:34 +03:00
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
2023-10-07 23:14:00 +03:00
|
|
|
"build": "tsc",
|
|
|
|
"build:watch": "tsc",
|
2021-12-01 12:27:29 +03:00
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"lint": "eslint src",
|
2023-10-24 19:00:18 +03:00
|
|
|
"format": "format src",
|
2023-10-07 13:38:21 +03:00
|
|
|
"test": "jest --passWithNoTests --silent"
|
2021-09-09 21:42:34 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-09 08:35:54 +03:00
|
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
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",
|
2023-10-07 23:14:00 +03:00
|
|
|
"typescript": "^5.2.2",
|
2023-01-31 12:10:44 +03:00
|
|
|
"@types/ws": "^8.5.3",
|
2023-10-07 13:38:21 +03:00
|
|
|
"@types/node-fetch": "~2.6.2",
|
|
|
|
"jest": "^29.7.0",
|
|
|
|
"ts-jest": "^29.1.1",
|
|
|
|
"@types/jest": "^29.5.5"
|
2021-09-09 21:42:34 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-16 18:03:03 +03:00
|
|
|
"mongodb": "^4.11.0",
|
2023-05-04 08:12:11 +03:00
|
|
|
"@hcengineering/platform": "^0.6.9",
|
2023-07-06 08:55:22 +03:00
|
|
|
"@hcengineering/core": "^0.6.27",
|
2023-08-09 10:41:23 +03:00
|
|
|
"@hcengineering/contact": "^0.6.19",
|
2023-07-06 08:55:22 +03:00
|
|
|
"@hcengineering/client-resources": "^0.6.21",
|
|
|
|
"@hcengineering/client": "^0.6.13",
|
2022-11-02 11:50:14 +03:00
|
|
|
"ws": "^8.10.0",
|
2023-07-06 08:55:22 +03:00
|
|
|
"@hcengineering/model": "^0.6.6",
|
2023-06-05 17:11:21 +03:00
|
|
|
"@hcengineering/server-backup": "^0.6.0",
|
2023-01-09 08:35:54 +03:00
|
|
|
"@hcengineering/server-tool": "^0.6.0",
|
2023-07-06 08:55:22 +03:00
|
|
|
"@hcengineering/server-token": "^0.6.6",
|
2023-01-31 12:10:44 +03:00
|
|
|
"@hcengineering/model-all": "^0.6.0",
|
|
|
|
"node-fetch": "^2.6.6"
|
2021-09-09 21:42:34 +03:00
|
|
|
}
|
|
|
|
}
|