{
  "name": "qp-xtermjs",
  "version": "0.0.13",
  "description": "",
  "jsnext:main": "dist/es6/index.js",
  "module": "dist/es6/index.js",
  "main": "dist/commonjs/index.js",
  "scripts": {
    "dev": "PORT=3378 next dev",
    "next-build": "next build",
    "next-start": "next start",
    "next-lint": "next lint",
    "build:es5": "rimraf ./dist/commonjs && tsc --p tsconfig.es5.json",
    "build:es6": "rimraf ./dist/es6 && tsc --p tsconfig.es6.json",
    "build": "npm run build:es5 && npm run build:es6",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chequer-io/qp-xtermjs.git"
  },
  "author": "tom@axisj.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/chequer-io/qp-xtermjs/issues"
  },
  "homepage": "https://github.com/chequer-io/qp-xtermjs#readme",
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "xterm": "^4.18.0",
    "xterm-addon-fit": "^0.5.0",
    "xterm-addon-web-links": "^0.5.1"
  },
  "devDependencies": {
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@types/lodash.debounce": "^4.0.6",
    "@types/node": "17.0.23",
    "@types/react": "17.0.43",
    "eslint": "8.11.0",
    "eslint-config-next": "12.1.0",
    "less": "^4.1.2",
    "less-loader": "^10.2.0",
    "ncp": "^2.0.0",
    "next": "^12.0.7",
    "next-with-less": "^2.0.5",
    "prettier": "^2.6.1",
    "raw-loader": "^4.0.2",
    "rimraf": "^3.0.2",
    "typescript": "4.6.3",
    "webpack": "^5.70.0"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
