-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.8 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.8 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
{
"private": true,
"type": "module",
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501",
"scripts": {
"build": "tspc -b tsconfig.packages.json && pnpm --recursive --parallel --filter \"./packages/**/*\" run build",
"build:tsgo": "tsgo -b tsconfig.packages.json && pnpm --recursive --parallel --filter \"./packages/**/*\" run build:tsgo",
"check": "tspc -b tsconfig.json",
"check:tsgo": "tsgo -b tsconfig.json",
"check:recursive": "pnpm --recursive --filter \"./packages/**/*\" exec tspc -b tsconfig.json",
"circular": "node scripts/circular.mjs",
"clean": "node scripts/clean.mjs",
"lint": "oxlint && dprint check",
"lint:fix": "oxlint --fix && dprint fmt",
"test": "vitest"
},
"pnpm": {
"overrides": {
"typescript": "^5.9.3"
}
},
"devDependencies": {
"@amp/oxc": "workspace:^",
"@babel/cli": "^7.28.6",
"@babel/core": "^7.28.6",
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
"@effect/language-service": "^0.74.0",
"@effect/platform": "^0.94.5",
"@effect/platform-node": "^0.104.1",
"@effect/vitest": "^0.27.0",
"@types/node": "^25.2.3",
"@typescript/native-preview": "7.0.0-dev.20260130.1",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"babel-plugin-annotate-pure-calls": "^0.5.0",
"dprint": "^0.51.1",
"effect": "^3.19.18",
"glob": "^13.0.0",
"globals": "^17.2.0",
"madge": "^8.0.0",
"oxlint": "^1.42.0",
"rulesync": "^6.7.0",
"ts-patch": "^3.3.0",
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^6.0.5",
"vitest": "^4.0.18",
"vitest-mock-express": "^2.2.0"
}
}