12345678910111213141516171819202122232425262728 |
- {
- "name": "tinybench",
- "version": "2.6.0",
- "type": "module",
- "packageManager": "pnpm@8.4.0",
- "main": "./dist/index.cjs",
- "module": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "exports": {
- "types": "./dist/index.d.ts",
- "import": "./dist/index.js",
- "require": "./dist/index.cjs",
- "default": "./dist/index.cjs"
- },
- "files": [
- "dist/**"
- ],
- "repository": "tinylibs/tinybench",
- "license": "MIT",
- "keywords": [
- "benchmark",
- "tinylibs",
- "tiny"
- ],
- "scripts": {
- "publish": "npm run build && clean-publish"
- }
- }
|