2021-08-06 13:18:50 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/client",
|
2024-06-05 08:46:40 +03:00
|
|
|
"version": "0.6.18",
|
2021-08-06 13:18:50 +03:00
|
|
|
"main": "lib/index.js",
|
2024-02-23 08:37:22 +03:00
|
|
|
"svelte": "src/index.ts",
|
|
|
|
"types": "types/index.d.ts",
|
2022-12-21 09:03:49 +03:00
|
|
|
"files": [
|
|
|
|
"lib/**/*",
|
2024-06-05 08:46:40 +03:00
|
|
|
"types/**/*",
|
2022-12-21 09:03:49 +03:00
|
|
|
"tsconfig.json"
|
|
|
|
],
|
2024-02-23 08:37:22 +03:00
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
2021-08-06 13:18:50 +03:00
|
|
|
"scripts": {
|
2024-02-12 19:57:11 +03:00
|
|
|
"build": "compile",
|
|
|
|
"build:watch": "compile",
|
2023-10-24 19:00:18 +03:00
|
|
|
"format": "format src",
|
2024-02-12 19:57:11 +03:00
|
|
|
"test": "jest --passWithNoTests --silent",
|
2024-02-23 08:37:22 +03:00
|
|
|
"_phase:build": "compile transpile src",
|
2024-02-12 19:57:11 +03:00
|
|
|
"_phase:test": "jest --passWithNoTests --silent",
|
2024-02-23 08:37:22 +03:00
|
|
|
"_phase:format": "format src",
|
|
|
|
"_phase:validate": "compile validate"
|
2021-08-06 13:18:50 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-09 08:35:54 +03:00
|
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
2023-11-20 13:01:43 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.11.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",
|
2023-11-20 13:01:43 +03:00
|
|
|
"eslint": "^8.54.0",
|
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
|
|
"prettier": "^3.1.0",
|
2024-02-12 19:57:11 +03:00
|
|
|
"typescript": "^5.3.3",
|
2023-10-07 13:38:21 +03:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"ts-jest": "^29.1.1",
|
2024-03-15 12:33:12 +03:00
|
|
|
"@types/jest": "^29.5.5"
|
2021-08-06 13:18:50 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-06-05 08:46:40 +03:00
|
|
|
"@hcengineering/platform": "^0.6.11",
|
|
|
|
"@hcengineering/core": "^0.6.32"
|
2022-09-21 11:08:25 +03:00
|
|
|
},
|
2024-06-05 08:46:40 +03:00
|
|
|
"repository": "https://github.com/hcengineering/platform",
|
2022-09-21 11:08:25 +03:00
|
|
|
"publishConfig": {
|
2022-10-13 11:16:39 +03:00
|
|
|
"registry": "https://npm.pkg.github.com"
|
2021-08-06 13:18:50 +03:00
|
|
|
}
|
|
|
|
}
|