aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/tinybench/package.json
blob: 6b73a815256bf573391a499b379a174372ebe5a2 (plain) (blame)
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
{
  "name": "tinybench",
  "version": "2.9.0",
  "type": "module",
  "packageManager": "pnpm@8.4.0",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.cts",
  "exports": {
    "require": "./dist/index.cjs",
    "import": "./dist/index.js",
    "default": "./dist/index.js"
  },
  "files": [
    "dist/**"
  ],
  "repository": "tinylibs/tinybench",
  "license": "MIT",
  "keywords": [
    "benchmark",
    "tinylibs",
    "tiny"
  ],
  "scripts": {
    "publish": "npm run build && clean-publish"
  }
}