{
  "name": "@oracle/oraclejet-tooling",
  "version": "20.1.1",
  "license": "UPL-1.0",
  "description": "Programmatic API to build and serve Oracle JET web and mobile applications",
  "keywords": [
    "oraclejet"
  ],
  "main": "oraclejet-tooling.js",
  "files": [
    "RELEASENOTES.md",
    "README.md",
    "SECURITY.md",
    "LICENSE.txt",
    "THIRDPARTYLICENSE.txt",
    "hooks",
    "lib"
  ],
  "dependencies": {
    "acorn": "8.8.0",
    "acorn-jsx": "5.3.2",
    "archiver": "7.0.1",
    "chokidar": "3.6.0",
    "connect-livereload": "~0.6.0",
    "css-what": "~5.0.1",
    "eslint-visitor-keys": "1.3.0",
    "express": "5.1.0",
    "extract-zip": "~1.7.0",
    "form-data": "4.0.5",
    "fs-extra": "~8.1.0",
    "glob": "12.0.0",
    "lodash.mergewith": "~4.6.2",
    "open": "6.4.0",
    "requirejs": "~2.3.6",
    "serve-index": "~1.9.1",
    "serve-static": "1.16.2",
    "svgo": "4.0.1",
    "terser": "~5.19.2",
    "tiny-lr": "2.0.0",
    "underscore": "~1.13.1"
  },
  "overrides": {
    "glob": "12.0.0",
    "path-to-regexp": "0.1.12"
  },
  "engines": {
    "node": ">=12.21.0"
  }
}