-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
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
46
47
48
49
{
"name": "ivya",
"version": "1.8.0",
"description": "Fork of Playwright's locator resolution",
"keywords": [
"dom",
"locator",
"playwright",
"query",
"search"
],
"homepage": "https://github.com/sheremet-va/ivya#readme",
"bugs": {
"url": "https://github.com/sheremet-va/ivya/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sheremet-va/ivya.git"
},
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./aria": "./dist/aria/index.js",
"./utils": "./dist/publicUtils.js"
},
"scripts": {
"prepare": "vp config",
"dev": "vp pack --watch --sourcemap",
"build": "vp pack",
"typecheck": "tsc -b",
"test-chrome": "vitest --project='*chromium*'",
"test-unit": "vitest --project=unit",
"test": "vitest"
},
"devDependencies": {
"@vitest/browser-playwright": "^4.1.0",
"playwright": "^1.58.2",
"typescript": "^5.8.2",
"vite": "^8.0.0",
"vite-plus": "latest",
"vitest": "^4.1.0"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}