-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 998 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 998 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
38
39
40
41
42
43
44
45
{
"name": "@currents/cypress-debugger-support",
"version": "1.0.9",
"main": "./dist/index.js",
"types": "./src/index.ts",
"license": "GPL-3.0-or-later",
"scripts": {
"build": "tsup-node",
"dev": "tsup --watch",
"lint": "eslint src --fix",
"publish-npm": "node ./publish.js"
},
"keywords": [
"cypress",
"e2e",
"cypress-debugger",
"currents",
"cypress-replay",
"cypress-traces",
"replay",
"sorry-cypress",
"time-travel"
],
"files": [
"dist",
"LICENSE.md"
],
"devDependencies": {
"@types/json-stringify-safe": "^5.0.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.15.3",
"cypress": "^12.5.1",
"esbuild": "^0.17.7",
"tsconfig": "*",
"tsup": "^6.6.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@lukeed/uuid": "^2.0.0",
"@neuralegion/cypress-har-generator": "^5.16.4",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.18.1",
"rrweb": "^2.0.0-alpha.4"
}
}