benchmark-suite
Version:
A simple suite of benchmarking tests
63 lines (62 loc) • 1.5 kB
JSON
{
"name": "benchmark-suite",
"version": "1.3.12",
"description": "A simple suite of benchmarking tests",
"keywords": [
"benchmark",
"performance",
"mem",
"ops",
"speed",
"test"
],
"homepage": "https://github.com/kmalakoff/benchmark-suite#readme",
"bugs": {
"url": "https://github.com/kmalakoff/benchmark-suite/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmalakoff/benchmark-suite.git"
},
"license": "MIT",
"author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
},
"main": "dist/cjs/index.js",
"source": "src/index.ts",
"types": "dist/cjs/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsds build",
"format": "tsds format",
"prepublishOnly": "tsds validate",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines tsds test:node --no-timeouts",
"version": "tsds version"
},
"dependencies": {
"eventemitter3": "^5.0.1",
"expose-gc": "^1.0.0",
"human-format": "^1.2.1",
"pretty-bytes": "^5.6.0",
"stats-accumulator": "^1.3.8"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"node-version-use": "*",
"ts-dev-stack": "*",
"tsds-config": "*"
},
"engines": {
"node": ">=8"
}
}