UNPKG

benchmark-meter

Version:

benchmark-meter is a straightforward benchmarking tool designed for measuring the performance of algorithms

41 lines 1.05 kB
{ "name": "benchmark-meter", "version": "1.0.0", "description": "benchmark-meter is a straightforward benchmarking tool designed for measuring the performance of algorithms", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:Rikelmy-Lopes/benchmark-meter.git" }, "keywords": [ "performance", "benchmark", "speed", "code performance", "node benchmark" ], "author": "Rikelmy Lopes", "license": "MIT", "homepage": "https://github.com/Rikelmy-Lopes/benchmark-meter", "bugs": { "url": "https://github.com/Rikelmy-Lopes/benchmark-meter/issues" }, "devDependencies": { "@types/node": "^20.9.0", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "eslint": "^8.53.0", "typescript": "^5.2.2" }, "files": [ "dist", "LICENSE", "README.md", "package.json" ] }