2022-06-20 04:24:08 +00:00
|
|
|
{
|
2022-09-21 08:08:25 +00:00
|
|
|
"name": "@hcengineering/server-hr-resources",
|
2022-06-20 04:24:08 +00: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",
|
|
|
|
"format": "prettier --write src && eslint --fix src"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-09 05:35:54 +00:00
|
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
2022-07-02 06:30:37 +00:00
|
|
|
"@types/heft-jest": "^1.0.3",
|
2022-11-02 08:50:14 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
2022-07-02 06:30:37 +00:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-11-02 08:50:14 +00: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 06:30:37 +00:00
|
|
|
"prettier": "^2.7.1",
|
2022-09-21 17:32:48 +00:00
|
|
|
"@rushstack/heft": "^0.47.9",
|
2022-06-20 04:24:08 +00:00
|
|
|
"typescript": "^4.3.5"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-06 05:55:22 +00:00
|
|
|
"@hcengineering/core": "^0.6.27",
|
2023-05-04 05:12:11 +00:00
|
|
|
"@hcengineering/platform": "^0.6.9",
|
2023-01-09 05:35:54 +00:00
|
|
|
"@hcengineering/server-core": "^0.6.1",
|
2023-08-09 07:41:23 +00:00
|
|
|
"@hcengineering/contact": "^0.6.19",
|
2023-07-10 04:52:33 +00:00
|
|
|
"@hcengineering/server-notification": "^0.6.1",
|
2023-03-05 17:36:12 +00:00
|
|
|
"@hcengineering/server-notification-resources": "^0.6.0",
|
2023-07-06 05:55:22 +00:00
|
|
|
"@hcengineering/notification": "^0.6.14",
|
2023-08-09 07:41:23 +00:00
|
|
|
"@hcengineering/hr": "^0.6.10"
|
2022-06-20 04:24:08 +00:00
|
|
|
}
|
|
|
|
}
|