astro-ghostcms/.pnpm-store/v3/files/a7/c4dead8303c20ddab27d5b0da6e...

29 lines
574 B
Plaintext

{
"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"
}
}