-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.25 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@reliverse/refetch",
"version": "1.0.0",
"type": "module",
"description": "@reliverse/refetch is your high-performance fetch API for modern CLIs and web apps. Crafted for devs who care about precision, speed, and zero-bloat DX.",
"scripts": {
"pub": "bun run build && relidler pub",
"dev": "bun src/main.ts",
"latest": "bun update --latest && bun check",
"check": "tsc --noEmit && eslint --cache --fix . && biome check --fix --unsafe . && knip-bun",
"agg": "relidler tools --tool agg --input src/libs/relienv/relienv-impl --out src/libs/relienv/relienv-main.ts --recursive --named --strip src/libs/relienv",
"build": "redocs && relidler build",
"lint": "eslint . && prettier -c src test",
"lint:fix": "eslint . --fix && prettier -w src test",
"prepack": "relidler build",
"test": "pnpm lint && vitest run --coverage && pnpm test:types",
"test:types": "tsc --noEmit"
},
"dependencies": {
"chokidar": "^4.0.3",
"confbox": "^0.2.2",
"defu": "^6.1.4",
"dotenv": "^16.5.0",
"exsolve": "^1.0.5",
"giget": "^2.0.0",
"jiti": "^2.4.2",
"ohash": "^2.0.11",
"pathe": "^2.0.3",
"perfect-debounce": "^1.0.0",
"pkg-types": "^2.1.0",
"comment-json": "^4.2.5",
"log-symbols": "^3",
"rc9": "^2.1.2",
"abort-controller": "^3.0.0",
"agent-base": "^7.1.3",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"node-fetch": "^3.3.2",
"proxy-agent": "^6.5.0",
"undici": "^6.21.2",
"fetch-blob": "^4.0.0",
"formdata-polyfill": "^4.0.10",
"h3": "^1.15.1",
"listhen": "^1.9.0",
"std-env": "^3.8.1",
"unbuild": "^3.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/js": "^9.25.1",
"@reliverse/cli-cfg": "^1.6.5",
"@reliverse/relidler-cfg": "^1.1.3",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/node": "^22.15.3",
"@vitest/coverage-v8": "^3.1.2",
"eslint": "^9.25.1",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-perfectionist": "^4.12.3",
"knip": "^5.51.1",
"magicast": "^0.3.5",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1",
"vitest": "^3.1.2",
"esbuild-plugin-copy": "^2.1.1",
"tsx": "4.19.2"
}
}