-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.01 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.01 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "web-test-runner-performance",
"version": "0.4.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./browser.js": {
"types": "./dist/browser.d.ts",
"default": "./dist/browser.js"
}
},
"files": [
"dist",
"LICENSE",
"README.md",
"llms.txt"
],
"scripts": {
"ci": "pnpm clean && pnpm build && pnpm test:integration && pnpm test",
"clean": "del ./dist",
"test": "web-test-runner",
"test:integration": "node --test src/**/*.spec.ts",
"build": "tsc --project ./tsconfig.lib.json",
"build:watch": "tsc --watch --project ./tsconfig.lib.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coryrylan/web-test-runner-performance.git"
},
"author": "Cory Rylan",
"license": "MIT",
"bugs": {
"url": "https://github.com/coryrylan/web-test-runner-performance/issues"
},
"homepage": "https://github.com/coryrylan/web-test-runner-performance#readme",
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jasmine": "6.0.0",
"@web/dev-server-esbuild": "1.0.5",
"@web/test-runner": "0.20.2",
"@web/test-runner-core": "0.13.4",
"@web/test-runner-playwright": "0.11.1",
"cpy-cli": "7.0.0",
"del-cli": "7.0.0",
"playwright": "1.58.2",
"typescript": "6.0.0-beta",
"web-test-runner-jasmine": "0.2.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"@rollup/plugin-virtual": "3.0.2",
"@web/test-runner-commands": "0.9.0",
"brotli-size": "4.0.0",
"fs-extra": "11.3.3",
"lightningcss": "1.31.1",
"lit": "3.3.2",
"rolldown": "1.0.0-rc.6",
"tslib": "2.8.1"
},
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
}