{
  "name": "w.process.tree.windows",
  "version": "0.3.78",
  "description": "Fetch a Windows process tree fast",
  "main": "proto/node_modules/w.process.tree.windows",
  "types": "typings/windows-process-tree.d.ts",
  "scripts": {
    "test": "mocha lib/test.js",
    "install": "node step/Install.ss",
    "node-pre-gyp-install": "node-pre-gyp install --update-binary --fallback-to-build",
    "node-pre-gyp-build": "node-pre-gyp configure && node-pre-gyp rebuild",
    "node-pre-gyp-package": "node-pre-gyp package",
    "node-pre-gyp-github-release": "node-pre-gyp-github publish --release",
    "quick-test": "node proto/wtools/amid/deasync/QuickTest.ss"
  },
  "files": [
    "binding.gyp",
    "typings",
    "src",
    "lib/index.js",
    "step",
    "QuickTest.ss",
    "proto/node_modules",
    "proto/node_modules/w.process.tree.windows"
  ],
  "binary": {
    "module_name": "windows_process_tree",
    "module_path": "./binding/",
    "host": "https://github.com/Wandalen/wProcessTreeWindows/releases/download/",
    "remote_path": "{version}"
  },
  "author": "Microsoft Corporation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Wandalen/wProcessTreeWindows.git"
  },
  "homepage": "https://github.com/Wandalen/wProcessTreeWindows",
  "bugs": {
    "url": "https://github.com/Wandalen/wProcessTreeWindows/issues"
  },
  "dependencies": {
    "node-gyp": "9.0.0",
    "nan": "^2.13.2",
    "@mapbox/node-pre-gyp": "1.0.9"
  },
  "gypfile": false,
  "devDependencies": {
    "typescript": "2.7.2",
    "tslint": "5.9.1",
    "mocha": "^3.5.0",
    "eslint": "7.32.0",
    "@types/node": "9.4.7",
    "@types/mocha": "2.2.48",
    "@mathquis/node-pre-gyp-github": "1.0.1"
  },
  "os": [
    "win32"
  ]
}
