-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 807 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 807 Bytes
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
{
"name": "chibivitest",
"version": "0.0.0",
"description": "chibivitest is a minimal vitest implementations.",
"license": "MIT",
"author": "wattanx",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "oxfmt",
"format:check": "oxfmt --check",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"build:all": "pnpm -r build",
"example:00": "pnpm --filter @chibivitest/00-* example",
"example:01": "pnpm --filter @chibivitest/01-* example"
},
"devDependencies": {
"@types/node": "^25.0.10",
"oxfmt": "^0.26.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitepress": "2.0.0-alpha.15"
},
"packageManager": "pnpm@10.28.0"
}