-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.31 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.31 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
{
"type": "module",
"private": true,
"packageManager": "pnpm@10.33.0",
"devEngines": {
"runtime": {
"name": "node",
"version": "^24.14.1",
"onFail": "download"
}
},
"pnpm": {
"requiredScripts": [
"build"
],
"onlyBuiltDependencies": [
"esbuild",
"msw"
]
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "vitest run",
"prepub": "./scripts/publish/prepare",
"pub": "changeset publish",
"pub:tags": "git push --follow-tags"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"@changesets/cli": "^2.30.0",
"@hono/node-server": "^1.19.11",
"@kosmojs/api": "workspace:^",
"@kosmojs/cli": "workspace:^",
"@kosmojs/dev": "workspace:^",
"@kosmojs/lib": "workspace:^",
"@types/node": "^25.5.0",
"cheerio": "^1.2.0",
"crc": "^4.3.2",
"esbuild": "^0.27.4",
"esbuilder": "link:esbuilder",
"got": "^14.6.6",
"hono": "^4.12.9",
"jiti": "^2.6.1",
"msw": "^2.12.14",
"ora": "^9.3.0",
"path-to-regexp": "^8.3.0",
"playwright": "^1.58.2",
"resolve-tspaths": "^0.8.23",
"rimraf": "^6.1.3",
"tinyglobby": "^0.2.15",
"tsconfig": "link:tsconfig",
"typescript": "^6.0.2",
"vite": "^8.0.2",
"vitest": "^4.1.1",
"workspace-root": "^3.3.1"
}
}