{
  "name": "xterm-js",
  "description": "Full xterm terminal, in your browser",
  "version": "4.9.0",
  "main": "lib/xterm.js",
  "style": "css/xterm.css",
  "types": "typings/xterm.d.ts",
  "repository": "https://github.com/olitvin/xterm.js",
  "license": "MIT",
  "scripts": {
    "prepackage": "npm run build",
    "package": "webpack",
    "start": "node demo/start",
    "lint": "tslint 'src/**/*.ts' 'addons/*/src/**/*.ts'",
    "test": "npm run test-unit",
    "posttest": "npm run lint",
    "test-api": "mocha \"**/*.api.js\"",
    "test-unit": "node ./bin/test.js",
    "test-unit-coverage": "node ./bin/test.js --coverage",
    "build": "tsc -b ./tsconfig.all.json",
    "prepare": "npm run setup",
    "setup": "npm run build",
    "presetup": "node ./bin/install-addons.js",
    "prepublishOnly": "npm run package",
    "watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput",
    "benchmark": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json",
    "benchmark-baseline": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json --baseline out-test/benchmark/test/benchmark/*benchmark.js",
    "benchmark-eval": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json --eval out-test/benchmark/test/benchmark/*benchmark.js",
    "clean": "rm -rf lib out addons/*/lib addons/*/out",
    "vtfeatures": "node bin/extract_vtfeatures.js src/**/*.ts src/*.ts"
  },
  "devDependencies": {
    "@types/chai": "^4.2.8",
    "@types/deep-equal": "^1.0.1",
    "@types/glob": "^7.1.1",
    "@types/jsdom": "12.2.4",
    "@types/mocha": "^7.0.1",
    "@types/node": "13.7.0",
    "@types/puppeteer": "^2.0.0",
    "@types/utf8": "^2.1.6",
    "@types/webpack": "^4.41.5",
    "@types/ws": "^7.2.1",
    "chai": "4.2.0",
    "deep-equal": "^2.0.1",
    "express": "^4.17.1",
    "express-ws": "^4.0.0",
    "glob": "^7.1.6",
    "jsdom": "^16.1.0",
    "mocha": "^7.0.1",
    "mustache": "^4.0.0",
    "node-pty": "^0.9.0",
    "nyc": "15",
    "puppeteer": "^2.1.1",
    "source-map-loader": "^0.2.4",
    "ts-loader": "^6.2.1",
    "tslint": "^6.0.0",
    "tslint-consistent-codestyle": "^1.16.0",
    "typescript": "~3.7.5",
    "utf8": "^3.0.0",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "ws": "^7.2.1",
    "xterm-benchmark": "^0.1.3"
  }
}
