提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
293 B

  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. }