UNPKG

perflog

Version:
32 lines (31 loc) 626 B
{ "name": "perflog", "version": "3.0.0", "description": "Simple Performance logger for js", "main": "src/index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/softmantk/perflog.js.git" }, "keywords": [ "log", "perf-log", "perflog", "logger" ], "author": "Softmantk", "license": "ISC", "bugs": { "url": "https://github.com/softmantk/perflog.js/issues" }, "homepage": "https://github.com/softmantk/perflog.js#readme", "dependencies": { "mocha": "^7.1.1" }, "devDependencies": { "chai": "^4.2.0" } }