source: frontend/node_modules/fast-uri/benchmark/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 293 bytes
Line 
1{
2 "name": "benchmark",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "private": true,
7 "scripts": {
8 "bench": "node benchmark.mjs"
9 },
10 "keywords": [],
11 "author": "",
12 "license": "ISC",
13 "dependencies": {
14 "tinybench": "^5.0.0",
15 "uri-js": "^4.4.1"
16 }
17}
Note: See TracBrowser for help on using the repository browser.