UNPKG

@sematext/gc-stats

Version:

Exposes node v8 garbage collection stats

53 lines (52 loc) 1.52 kB
{ "name": "@sematext/gc-stats", "version": "1.5.9", "description": "Exposes node v8 garbage collection stats", "main": "index.js", "repository": "git@github.com:adnanrahic/node-gcstats.git", "license": "Unlicense", "engines": { "node": ">=6" }, "scripts": { "install": "npx node-pre-gyp install --fallback-to-build", "test": "npx --node-arg --expose-gc mocha", "example": "node --expose-gc example.js", "build": "npx node-pre-gyp build", "pretest": "npm run build", "clean": "npx node-pre-gyp clean", "configure": "npx node-pre-gyp configure", "release": "release-it" }, "dependencies": { "@mapbox/node-pre-gyp": "^1.0.10", "depcheck": "^1.4.3", "nan": "^2.17.0" }, "gypfile": true, "devDependencies": { "aws-sdk": "^2.1241.0", "expose-gc": "^1.0.0", "mocha": "^9.2.2", "release-it": "^15.5.0", "semver": "^7.3.8", "should": "^13.2.3" }, "binary": { "module_name": "gcstats", "module_path": "./build/{module_name}/v{version}/{configuration}/{node_abi}-{platform}-{arch}-{libc}", "remote_path": "./", "package_name": "{version}.tar.gz", "host": "https://github.com/adnanrahic/node-gcstats/archive/refs/tags/" }, "release-it": { "github": { "release": true, "tokenRef": "RELEASE_IT_GITHUB_TOKEN", "releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs" }, "hooks": { "after:bump": "npx auto-changelog -p" } } }