-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1012 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "cypress-ai-demo",
"description": "Cypress AI Demo",
"author": "Mark <mark@remarkablemark.org>",
"scripts": {
"clean": "rm -rf cypress/{downloads,screenshots,videos} docs lib",
"cypress:open": "cypress open",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"prepare": "husky",
"test": "cypress run"
},
"dependencies": {
"cy-ai": "0.6.3",
"cypress": "15.13.0"
},
"devDependencies": {
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"@eslint/compat": "2.0.3",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"eslint": "10.1.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tsdoc": "0.5.2",
"globals": "17.4.0",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"prettier": "3.8.1",
"typescript": "5.9.3",
"typescript-eslint": "8.57.2"
},
"private": true,
"license": "MIT"
}