UNPKG

@airbnb/node-memwatch

Version:

Keep an eye on your memory usage, and discover and isolate leaks.

42 lines (41 loc) 857 B
{ "name": "@airbnb/node-memwatch", "description": "Keep an eye on your memory usage, and discover and isolate leaks.", "version": "3.0.0", "author": "Lloyd Hilaiel (http://lloyd.io)", "engines": { "node": ">= 18" }, "repository": { "type": "git", "url": "https://github.com/airbnb/node-memwatch.git" }, "main": "include.js", "licenses": [ { "type": "wtfpl" } ], "bugs": { "url": "https://github.com/airbnb/node-memwatch/issues" }, "scripts": { "install": "node-gyp rebuild", "test": "vitest" }, "devDependencies": { "vitest": "^2.1.4" }, "contributors": [ "Jed Parsons (@jedp)", "Jeff Haynie (@jhaynie)", "Justin Matthews (@jmatthewsr-ms)" ], "dependencies": { "bindings": "^1.5.0", "nan": "^2.22.0" }, "publishConfig": { "access": "public" } }