{
  "name": "@xiaobaidadada/node-pty-prebuilt",
  "description": "node-pty for prebuilt 使用预构建",
  "author": {
    "name": "xiaobaidadada"
  },
  "version": "1.1.0",
  "license": "MIT",
  "main": "./lib/index.js",
  "types": "./typings/node-pty.d.ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:xiaobaidadada/node-pty-prebuilt.git"
  },
  "files": [
    "binding.gyp",
    "common.gypi",
    "lib/",
    "scripts/",
    "src/",
    "deps/",
    "third_party/",
    "typings/"
  ],
  "homepage": "https://github.com/microsoft/node-pty",
  "bugs": {
    "url": "https://github.com/microsoft/node-pty/issues"
  },
  "keywords": [
    "prebuilt",
    "pty",
    "tty",
    "terminal",
    "pseudoterminal",
    "forkpty",
    "openpty"
  ],
  "scripts": {
    "install": "prebuild-install --verbose || node-gyp rebuild --release",
    "build": "tsc -b ./src/tsconfig.json",
    "watch": "tsc -b -w ./src/tsconfig.json",
    "lint": "eslint -c .eslintrc.js --ext .ts src/",
    "postinstall": "node scripts/post-install.js",
    "test": "cross-env NODE_ENV=test mocha -R spec --exit lib/*.test.js",
    "posttest": "npm run lint",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "prebuild-install": "^7.1.2",
    "node-addon-api": "^7.1.1"
  },
  "devDependencies": {
    "@types/mocha": "^7.0.2",
    "@types/node": "12",
    "@typescript-eslint/eslint-plugin": "^2.27.0",
    "@typescript-eslint/parser": "^2.27.0",
    "cross-env": "^5.1.4",
    "eslint": "^6.8.0",
    "mocha": "10",
    "node-gyp": "^10.2.0",
    "prebuild": "^13.0.1",
    "ps-list": "^6.0.0",
    "typescript": "^3.8.3"
  }
}
