toofast
Version:
The Node.js performance testing tool with unit-test-like API.
43 lines (42 loc) • 974 B
JSON
{
"name": "toofast",
"version": "3.0.3",
"description": "The Node.js performance testing tool with unit-test-like API.",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"type": "module",
"bin": {
"toofast": "./toofast.js"
},
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/smikhalevski/toofast.git"
},
"keywords": [
"performance",
"node",
"test"
],
"author": "Savva Mikhalevski <smikhalevski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/smikhalevski/toofast/issues"
},
"homepage": "https://github.com/smikhalevski/toofast#readme",
"dependencies": {
"argcat": "^1.0.2",
"doubter": "^5.1.1",
"fast-glob": "^3.3.3",
"glob-to-regexp": "^0.4.1",
"kleur": "^4.1.5"
}
}