{
  "name": "@osohq/dev-server",
  "version": "0.0.1-alpha.24+1.18.6",
  "defaultDevServerVersion": "1.18.6",
  "description": "Utilities for running the Oso Dev Server from a Node.js application.",
  "bin": {
    "oso-dev-server": "run.js"
  },
  "preferUnplugged": true,
  "glibcMinimum": {
    "major": 2,
    "series": 31
  },
  "files": [
    "dist",
    "install.js",
    "run.js"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist",
    "postinstall": "node install.js",
    "fmt": "prettier --write **/*.js",
    "prepublish": "yarn clean && yarn build",
    "prettier:check": "prettier --check \"**/*.{js,ts,tsx,json}\"",
    "prettier": "prettier --write \"**/*.{js,ts,tsx,json}\"",
    "test": "jest",
    "ts:check": "tsc --noEmit"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=6"
  },
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "detect-libc": "^2.0.3",
    "portfinder": "^1.0.32",
    "rimraf": "^5.0.8"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.4",
    "jest": "^29.7.0",
    "oso-cloud": "^2.4.4",
    "prettier": "^3.5.0",
    "ts-jest": "^29.2.6",
    "typescript": "^5.4.5"
  }
}
