{
  "name": "@terminus-term/xterm",
  "description": "Full xterm terminal, in your browser",
  "version": "3.14.3",
  "main": "lib/xterm.js",
  "style": "css/xterm.css",
  "types": "typings/xterm.d.ts",
  "repository": "https://github.com/xtermjs/xterm.js",
  "license": "MIT",
  "scripts": {
    "prepackage": "npm run build",
    "package": "webpack",
    "start": "node demo/start",
    "lint": "tslint 'src/**/*.ts' './demo/**/*.ts' './addons/**/*.ts'",
    "test": "npm run test-unit",
    "posttest": "npm run lint",
    "test-api": "mocha \"**/*.api.js\"",
    "test-unit": "node ./bin/test.js",
    "build": "tsc -b ./tsconfig.all.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm run package",
    "watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput",
    "clean": "rm -rf lib out addons/*/lib"
  },
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/glob": "^5.0.35",
    "@types/jsdom": "11.0.1",
    "@types/mocha": "^2.2.33",
    "@types/node": "6.0.108",
    "@types/puppeteer": "^1.12.4",
    "@types/utf8": "^2.1.6",
    "@types/webpack": "^4.4.11",
    "@types/ws": "^6.0.1",
    "chai": "3.5.0",
    "express": "4.13.4",
    "express-ws": "2.0.0-rc.1",
    "glob": "^7.0.5",
    "jsdom": "^11.11.0",
    "mocha": "^6.1.4",
    "node-pty": "0.7.6",
    "puppeteer": "^1.15.0",
    "source-map-loader": "^0.2.4",
    "ts-loader": "^4.5.0",
    "tslint": "^5.9.1",
    "tslint-consistent-codestyle": "^1.13.0",
    "typescript": "3.5",
    "utf8": "^3.0.0",
    "webpack": "^4.17.1",
    "webpack-cli": "^3.1.0",
    "ws": "^7.0.0"
  }
}
