mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "@hcengineering/network-tests",
|
|
"version": "0.7.10",
|
|
"main": "lib/index.js",
|
|
"svelte": "src/index.ts",
|
|
"types": "types/index.d.ts",
|
|
"author": "Anticrm Platform Contributors",
|
|
"template": "@hcengineering/node-package-ws",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "compile",
|
|
"build:watch": "compile",
|
|
"test": "echo 'run api-test' for API-tests",
|
|
"api-test": "jest --coverage --coverageDirectory=./coverage --passWithNoTests --forceExit",
|
|
"format": "format src",
|
|
"_phase:build": "compile transpile src",
|
|
"_phase:test": "echo 'run api-test' for API-tests",
|
|
"_phase:format": "format src",
|
|
"_phase:validate": "compile validate"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "^0.7.8",
|
|
"@types/compression": "~1.7.2",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.13",
|
|
"@types/jest": "^29.5.5",
|
|
"@types/node": "^22.18.1",
|
|
"@types/ws": "^8.5.12",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.6.2",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.9.3",
|
|
"@types/body-parser": "~1.19.2",
|
|
"@types/morgan": "~1.9.9"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/network-core": "workspace:^0.7.10",
|
|
"@hcengineering/network-client": "workspace:^0.7.10"
|
|
}
|
|
}
|