{
  "name": "@luvsharma1931/memory-profiler",
  "version": "1.0.6",
  "description": "Intelligent memory profiler for Node.js applications to provide memory leak and heap memory usage information",
  "main": "index.js",
  "scripts": {
    "build": "rimraf -rf dist && cross-env NODE_ENV=production webpack"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/luvsharma19/memory-profiler.git"
  },
  "author": "luv sharma",
  "license": "MIT",
  "dependencies": {
    "node-memwatch": "^1.0.1"
  },
  "devDependencies": {
    "cross-env": "^5.2.1",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "webpack-node-externals": "^1.7.2"
  },
  "homepage": "https://github.com/luvsharma19/memory-profiler",
  "keywords": ["memory profiler", "memory-profiler", "memory profiling", "memory profiler for node.js",
     "memory usage", "node profiler", "profiler", "memory", "heap profiler",
     "heap usage", "heap stats", "memwatch", "memory-profiler","node-profiler"]
}
