mirror of
https://github.com/altcha-org/altcha-lib.git
synced 2026-01-25 04:18:21 +00:00
10 lines
129 B
JSON
10 lines
129 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"bench": "npx tsx bench.ts"
|
|
},
|
|
"devDependencies": {
|
|
"tinybench": "^2.6.0"
|
|
}
|
|
}
|