-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 KB
/
package.json
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
{
"name": "tb-ih",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "esbuild src/benchmark.ts --bundle --minify --target=es2015 --outfile=dist/benchmark.js",
"start": "esbuild src/benchmark.ts --outfile=dist/benchmark.js && node dist/benchmark.js",
"start-browser": "npm run build && serve -p 5000",
"lint": "biome check ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@faker-js/faker": "^8.4.1",
"clone": "^2.1.2",
"clone-deep": "^4.0.1",
"copy-anything": "^3.0.5",
"deep-copy": "^1.4.2",
"fast-copy": "^3.0.2",
"fast-deep-equal": "^3.1.3",
"just-clone": "^6.2.0",
"just-clone-prebid": "npm:just-clone@^1.0.2",
"klona": "^2.0.6",
"lodash.clonedeep": "^4.5.0",
"nano-copy": "^0.1.0",
"nanoclone": "^1.0.2",
"ramda": "^0.29.1",
"rfdc": "^1.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@types/clone-deep": "^4.0.4",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^20.12.7",
"@types/ramda": "^0.29.12",
"esbuild": "^0.20.2",
"serve": "^14.2.3",
"tinybench": "^2.8.0",
"typescript": "^5.4.5"
}
}