-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.88 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.88 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
{
"name": "@rsdoctor/actions",
"version": "0.0.1-beta.0",
"description": "An Rsdoctor gitHub action for bundle size analysis and reporting",
"main": "./dist/index.js",
"scripts": {
"build": "rslib build",
"diff": "npx rsdoctor bundle-diff --html --baseline=examples/rsbuild-demo/dist/.rsdoctor/rsdoctor-data.json --current=examples/rsbuild-demo/dist/.rsdoctor/rsdoctor-data.json",
"test": "rstest",
"test:watch": "rstest --watch",
"test:coverage": "rstest --coverage",
"test:e2e": "playwright test"
},
"files": [
"dist",
"action.yml",
"README.md"
],
"keywords": [
"github-action",
"bundle-size",
"performance",
"analysis"
],
"author": "yifancong",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor-action.git"
},
"homepage": "https://github.com/web-infra-dev/rsdoctor-action#readme",
"bugs": {
"url": "https://github.com/web-infra-dev/rsdoctor-action/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ai-sdk/anthropic": "^3.0.69",
"@ai-sdk/deepseek": "^2.0.29",
"@ai-sdk/google": "^3.0.63",
"@ai-sdk/openai": "^3.0.52",
"ai": "^6.0.159",
"@actions/artifact": "^2.3.2",
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@playwright/test": "^1.42.1",
"@rsdoctor/cli": "1.5.8",
"@rsdoctor/client": "1.5.8",
"@rslib/core": "^0.16.0",
"@rstest/core": "^0.5.4",
"@types/node": "^24.5.2",
"@types/node-fetch": "^2.6.11",
"@types/yauzl": "^2.10.3",
"fast-glob": "^3.3.3",
"mock-fs": "^5.2.0",
"nock": "^13.5.4",
"yauzl": "^3.2.0"
},
"overrides": {
"@rsdoctor/client": "1.5.8"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}