{
  "name": "memory-manager-service",
  "version": "1.1.5",
  "description": "",
  "main": "dist/memory-manager.js",
  "scripts": {
    "build": "webpack",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcastiello/memory-manager.git"
  },
  "keywords": [
    "Memory",
    "Allocation",
    "Garbage Collector"
  ],
  "author": "Marco Castiello",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mcastiello/memory-manager/issues"
  },
  "homepage": "https://github.com/mcastiello/memory-manager#readme",
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.8.3",
    "jest": "^24.9.0",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
  },
  "dependencies": {
    "index-map-class": "^1.0.2",
    "thread-manager-service": "^1.0.6"
  }
}
