{
  "name": "@qooxdoo/framework",
  "version": "7.8.0",
  "description": "The JS Framework for Coders",
  "author": "The qooxdoo project",
  "keywords": [
    "qooxdoo",
    "compiler",
    "cli",
    "framework",
    "front-end",
    "fontend",
    "mobile",
    "back-end",
    "backend",
    "widgets",
    "gui",
    "databinding",
    "classes",
    "interfaces",
    "mixins",
    "transpiler"
  ],
  "license": "MIT",
  "homepage": "http://qooxdoo.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qooxdoo/qooxdoo.git"
  },
  "bugs": {
    "url": "https://github.com/qooxdoo/qooxdoo/issues"
  },
  "bin": {
    "qx": "bin/deploy/qx"
  },
  "scripts": {
    "preinstall": "node ./addGitHook",
    "devtools": "node source/resource/qx/tool/bin/build-devtools",
    "website": "node source/resource/qx/tool/bin/build-website",
    "pretest": "node ./bootstrap-compiler",
    "test": "node ./bin/build/qx test --colorize=false --quiet",
    "prepack": "node ./bootstrap/qx deploy --clean"
  },
  "files": [
    "LICENSE",
    "addGitHook",
    "bin/tools/utils.js",
    "CHANGELOG.md",
    "README.md",
    "Manifest.json",
    "source",
    "lib/compiler",
    "lib/resource",
    "bin/deploy"
  ],
  "dependencies": {
    "@babel/core": "^7.23.2",
    "@babel/eslint-parser": "^7.22.15",
    "@babel/generator": "^7.23.0",
    "@babel/parser": "^7.23.0",
    "@babel/plugin-proposal-optional-chaining-assign": "^7.23.0",
    "@babel/plugin-syntax-jsx": "^7.22.5",
    "@babel/plugin-transform-block-scoping": "^7.23.0",
    "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
    "@babel/plugin-transform-react-jsx": "^7.22.15",
    "@babel/preset-env": "^7.23.2",
    "@babel/preset-react": "^7.22.15",
    "@babel/preset-typescript": "^7.23.2",
    "@babel/traverse": "^7.23.2",
    "@babel/types": "^7.23.0",
    "@metalsmith/layouts": "^2.7.0",
    "@metalsmith/markdown": "^1.10.0",
    "@octokit/rest": "^20.0.2",
    "@qooxdoo/eslint-config-jsdoc-disable": "^1.0.3",
    "@qooxdoo/eslint-config-qx": "^2.0.1",
    "@qooxdoo/eslint-plugin-qx": "^1.2.22",
    "ajv": "^8.12.0",
    "app-module-path": "^2.2.0",
    "async": "^2.6.3",
    "babelify": "^10.0.0",
    "better-ajv-errors": "^1.2.0",
    "browserify": "^17.0.1",
    "chokidar": "^3.5.3",
    "cldr": "^7.4.1",
    "columnify": "^1.6.0",
    "console-control-strings": "^1.1.0",
    "core-js-bundle": "^3.33.1",
    "dot": "^1.1.3",
    "download": "^6.0.0",
    "es6-promise-pool": "^2.5.0",
    "eslint": "^8.51.0",
    "eslint-formatter-codeframe": "^7.32.1",
    "eslint-plugin-jsdoc": "46.8.2",
    "express": "^4.18.2",
    "fontkit": "^2.0.2",
    "gauge": "^2.7.4",
    "get-value": "^3.0.1",
    "github-api": "^3.4.0",
    "glob": "^7.1.6",
    "image-size": "^0.8.3",
    "inquirer": "^7.3.3",
    "json-stable-stringify": "^1.0.2",
    "jstransformer-dot": "^0.1.2",
    "metalsmith": "^2.6.1",
    "node-fetch": "^3.3.2",
    "object-hash": "^2.1.1",
    "prettier": "^2.5.1",
    "ps-tree": "^1.2.0",
    "replace-in-file": "^5.0.0",
    "rimraf": "^3.0.2",
    "sass": "1.69.4",
    "semver": "^7.5.4",
    "set-value": "^4.1.0",
    "showdown": "^1.9.1",
    "source-map-js": "^1.0.2",
    "tap-colorize": "^1.2.0",
    "terser": "^5.22.0",
    "tmp": "0.2.1",
    "unset-value": "^1.0.0",
    "upath": "^1.2.0",
    "update-notifier": "^6.0.2",
    "xml2js": "^0.6.2",
    "yargs": "^15.4.1"
  },
  "devDependencies": {
    "dirsum": "^0.1.1",
    "source-map-support": "^0.5.21",
    "tape": "^5.7.1"
  },
  "engine": "node >= 12"
}