mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-05 02:15:15 +00:00
ef4d632047
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "@anticrm/tests-sanity",
|
|
"version": "0.6.1",
|
|
"template": "@anticrm/default-package",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "",
|
|
"build:watch": "",
|
|
"lint:fix": "eslint --fix tests",
|
|
"lint": "eslint tests",
|
|
"format": "prettier --write tests && eslint --fix tests",
|
|
"ci": "playwright install --with-deps chromium",
|
|
"test": "",
|
|
"uitest": "playwright test --browser chromium --reporter list,html -c ./tests/playwright.config.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@anticrm/platform-rig": "~0.6.0",
|
|
"@types/heft-jest": "^1.0.2",
|
|
"@types/node": "^16.4.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-promise": "^5.1.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint": "^7.32.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
"prettier": "^2.4.1",
|
|
"typescript": "^4.3.5",
|
|
"@playwright/test": "~1.18.0"
|
|
}
|
|
}
|