{
	"name": "microprofiler",
	"version": "2.0.0",
	"type": "module",
	"description": "Low-level profiling for node.js: squeeze those microseconds.",
	"homepage": "https://github.com/alexfernandez/microprofiler",
	"contributors": [
		"Alex Fernández <alexfernandeznpm@gmail.com>"
	],
	"license": "MIT",
	"main": "index.js",
	"repository": {
		"type": "git",
		"url": "https://github.com/alexfernandez/microprofiler"
	},
	"dependencies": {
		"testing": "^3.1.0"
	},
	"keywords": [
		"profiler",
		"profiling",
		"microprofiler",
		"microseconcds",
		"npm",
		"optimization"
	],
	"engines": {
		"node": "*"
	},
	"scripts": {
		"test": "node test/all.js"
	},
	"private": false
}
