-
-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 792 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 792 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
{
"name": "preact-signals-benchmarks",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Benchmarks for @preact/signals",
"scripts": {
"start": "node ./scripts config basic.html && tach --force-clean-npm-install --config dist/basic.config.json --manual",
"analyze": "node ./scripts analyze",
"bench": "node ./scripts bench",
"deopts": "node ./scripts deopts",
"help": "node ./scripts --help"
},
"license": "MIT",
"dependencies": {
"afterframe": "^1.0.2"
},
"devDependencies": {
"@kristoferbaxter/async": "^1.0.0",
"del": "^6.0.0",
"escalade": "^3.0.2",
"escape-string-regexp": "^4.0.0",
"globby": "^11.0.0",
"prompts": "^2.4.0",
"sade": "^1.7.3",
"strip-ansi": "^6.0.0",
"tachometer": "^0.7.0",
"v8-deopt-viewer": "^0.2.1"
}
}