2022-06-20 04:24:08 +00:00
|
|
|
{
|
2022-09-21 08:08:25 +00:00
|
|
|
"name": "@hcengineering/hr-assets",
|
2022-06-20 04:24:08 +00:00
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
2022-09-21 08:08:25 +00:00
|
|
|
"template": "@hcengineering/assets-package",
|
2022-06-20 04:24:08 +00:00
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "heft build",
|
2022-10-13 08:16:39 +00:00
|
|
|
"test": "heft test",
|
2022-06-20 04:24:08 +00:00
|
|
|
"build:docs": "",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"format": "prettier --write src && eslint --fix src",
|
|
|
|
"build:watch": "tsc"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-21 08:08:25 +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",
|
|
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^23.0.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-n": "^15.4.0",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint": "^8.26.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
|
|
|
"@types/node": "~16.11.12"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-07 11:40:54 +00:00
|
|
|
"@hcengineering/platform": "^0.6.8",
|
2022-09-21 08:08:25 +00:00
|
|
|
"@hcengineering/hr": "~0.6.0"
|
2022-06-20 04:24:08 +00:00
|
|
|
}
|
|
|
|
}
|