2022-12-21 09:03:49 +03:00
|
|
|
{
|
|
|
|
"name": "@hcengineering/request",
|
2023-11-27 12:13:14 +03:00
|
|
|
"version": "0.6.6",
|
2022-12-21 09:03:49 +03:00
|
|
|
"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",
|
2022-12-21 09:03:49 +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"
|
2022-12-21 09:03:49 +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-12-21 09:03:49 +03:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"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",
|
2023-10-07 23:14:00 +03:00
|
|
|
"typescript": "^5.2.2",
|
2023-10-07 13:38:21 +03:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"ts-jest": "^29.1.1",
|
2023-11-20 13:01:43 +03:00
|
|
|
"@types/jest": "^29.5.5",
|
|
|
|
"prettier-plugin-svelte": "^3.1.0"
|
2022-12-21 09:03:49 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-13 18:59:11 +03:00
|
|
|
"@hcengineering/chunter": "^0.6.12",
|
2023-12-11 14:54:36 +03:00
|
|
|
"@hcengineering/contact": "^0.6.20",
|
2023-11-27 12:13:14 +03:00
|
|
|
"@hcengineering/core": "^0.6.28",
|
2023-12-11 14:54:36 +03:00
|
|
|
"@hcengineering/platform": "^0.6.9",
|
|
|
|
"@hcengineering/ui": "^0.6.11"
|
2023-06-29 13:10:52 +03:00
|
|
|
},
|
|
|
|
"repository": "https://github.com/hcengineering/anticrm",
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://npm.pkg.github.com"
|
2022-12-21 09:03:49 +03:00
|
|
|
}
|
|
|
|
}
|