{
  "name": "node-pty-prebuilt",
  "description": "A parallel fork of node-pty providing prebuilt packages for Node.js and Electron",
  "author": {
    "name": "David Wilson"
  },
  "version": "0.7.6",
  "license": "MIT",
  "main": "./lib/index.js",
  "types": "./typings/node-pty.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/daviwil/node-pty-prebuilt.git"
  },
  "files": [
    "binding.gyp",
    "lib/",
    "scripts/",
    "src/",
    "deps/",
    "typings/"
  ],
  "homepage": "https://github.com/daviwil/node-pty-prebuilt",
  "bugs": {
    "url": "https://github.com/daviwil/node-pty-prebuilt/issues"
  },
  "keywords": [
    "pty",
    "tty",
    "terminal",
    "pseudoterminal",
    "forkpty",
    "openpty"
  ],
  "scripts": {
    "tsc": "tsc",
    "lint": "tslint 'src/**/*.ts'",
    "install": "prebuild-install || node scripts/install.js",
    "postinstall": "node scripts/post-install.js",
    "test": "cross-env NODE_ENV=test mocha -R spec --exit lib/*.test.js",
    "prepublish": "npm run tsc"
  },
  "dependencies": {
    "nan": "2.10.0",
    "prebuild-install": "^5.0.0"
  },
  "devDependencies": {
    "@types/mocha": "^5.0.0",
    "@types/node": "^6.0.104",
    "cross-env": "^5.1.4",
    "mocha": "^5.0.5",
    "pollUntil": "^1.0.3",
    "prebuild": "^7.6.0",
    "tslint": "^5.9.1",
    "tslint-consistent-codestyle": "^1.13.0",
    "typescript": "^2.8.1"
  }
}
