-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.63 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.63 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
{
"name": "fuman",
"type": "module",
"version": "0.0.19",
"packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40",
"description": "",
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/teidesu/fuman.git"
},
"scripts": {
"postinstall": "tsx packages/build/src/cli/main.ts lint",
"prepare": "pnpm run -C packages/build build-vite-plugin",
"dev": "vitest watch",
"test": "vitest run --coverage",
"build-package": "pnpm run -C packages/build build-vite-plugin && tsx packages/build/src/cli.ts build",
"build-package-jsr": "tsx packages/build/src/cli.ts build --jsr",
"lint": "eslint",
"lint:depcruiser": "depcruise .",
"lint:ci": "CI=1 NODE_OPTIONS=\\\"--max_old_space_size=8192\\\" eslint",
"lint:tsc": "pnpm -r --workspace-concurrency=4 exec tsc",
"lint:tsc:ci": "pnpm -r exec tsc"
},
"devDependencies": {
"@antfu/eslint-config": "^4.19.0",
"@fuman/build": "workspace:^",
"@types/bun": "^1.3.2",
"@types/deno": "^2.5.0",
"@types/node": "^18.19.130",
"@vitest/coverage-v8": "^3.2.4",
"dependency-cruiser": "16.6.0",
"esbuild": "^0.25.12",
"eslint": "^9.39.1",
"pkg-pr-new": "^0.0.42",
"rollup-plugin-node-externals": "^8.1.2",
"tsx": "4.16.5",
"typedoc": "^0.28.14",
"typescript": "5.6.3",
"vite": "6.0.1",
"vite-plugin-dts": "4.0.3",
"vitest": "^3.2.4"
},
"pnpm": {
"overrides": {
"eslint-plugin-import-x": "4.4.0",
"typescript": "5.6.3"
}
}
}