-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 935 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
28
29
30
31
32
33
34
35
36
37
{
"name": "bench-js",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"bench": "vitest bench",
"test": "vitest run",
"build": "tsc || exit 0",
"start": "npm run build && node ./dist/index.js",
"watch": "vitest --ui"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@fast-check/vitest": "^0.1.3",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@vitest/coverage-istanbul": "^2.1.3",
"@vitest/ui": "^2.1.3",
"fast-check": "^3.22.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-node": "^2.1.3",
"vitest": "^2.1.3"
},
"dependencies": {
"@vitejs/plugin-react": "^4.3.3",
"cli-spinners": "^3.2.0",
"commander": "^12.1.0",
"ink": "^5.0.1",
"iterator-js": "git+ssh://git@github.com:gidra5/iterator-js#main",
"react": "^18.3.1",
"simple-statistics": "^7.8.7"
}
}