mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
692 B
28 lines
692 B
{
|
|
"name": "e2e",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint tests/**/*.ts",
|
|
"test": "playwright test --ui",
|
|
"test:ci": "playwright test"
|
|
},
|
|
"keywords": [],
|
|
"author": "Sebastian",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.1",
|
|
"@types/node": "^20.9.3",
|
|
"@types/uuid": "^10.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
|
"@typescript-eslint/parser": "^6.12.0",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-airbnb-typescript": "17.1.0",
|
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
"eslint-plugin-import": "2.29.0"
|
|
},
|
|
"dependencies": {
|
|
"uuid": "^10.0.0"
|
|
}
|
|
}
|
|
|