{
  "name": "ice",
  "version": "3.7.110",
  "description": "Ice for JavaScript runtime",
  "author": "Zeroc, Inc.",
  "homepage": "https://zeroc.com",
  "repository": "https://github.com/zeroc-ice/ice.git",
  "license": "GPL-2.0",
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "Ice",
    "rpc"
  ],
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "devDependencies": {
    "del": "^8.0.1",
    "esprima": "^4.0.1",
    "gulp": "^5.0.1",
    "gulp-ext-replace": "^0.3.0",
    "gulp-gzip": "^1.4.2",
    "gulp-ice-builder": "^3.0.4",
    "gulp-newer": "^1.4.0",
    "gulp-rename": "^2.1.0",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-terser": "^2.1.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "hogan.js": "^3.0.2",
    "http-proxy": "^1.18.1",
    "jshint": "^2.13.6",
    "plugin-error": "^2.0.1",
    "pump": "^3.0.3",
    "rollup": "^4.55.1",
    "source-map": "^0.7.6",
    "through2": "^4.0.2",
    "typescript": "^5.9.3",
    "vinyl": "^3.0.1",
    "vinyl-paths": "^5.0.0"
  },
  "scripts": {
    "build": "gulp",
    "dist": "gulp dist",
    "clean": "gulp clean"
  }
}
