{
  "name": "@nhangen/universal-dev-env",
  "version": "1.4.5",
  "description": "Universal development environment setup for modern web projects",
  "main": "bin/universal-setup.js",
  "bin": {
    "universal-dev-setup": "./bin/universal-setup.js",
    "uds": "./bin/universal-setup.js"
  },
  "scripts": {
    "install-global": "npm install -g .",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "build": "echo \"Build complete\"",
    "prepare": "chmod +x bin/universal-setup.js && chmod +x universal-setup.sh"
  },
  "keywords": [
    "development",
    "environment",
    "docker",
    "devcontainer",
    "setup",
    "cli",
    "universal",
    "react",
    "node",
    "python"
  ],
  "author": "nhangen <contact@nhangen.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nhangen/universal-dev-env.git"
  },
  "bugs": {
    "url": "https://github.com/nhangen/universal-dev-env/issues"
  },
  "homepage": "https://github.com/nhangen/universal-dev-env#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "preferGlobal": true,
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1",
    "typescript": "^5.8.3"
  },
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "eslint": "^8.57.0",
    "jest": "^29.7.0"
  },
  "files": [
    "bin/",
    "templates/",
    "universal-setup.sh",
    "universal-setup.ps1",
    "install-windows.bat",
    "uninstall.sh",
    "Dockerfile.universal",
    "devcontainer.universal.json",
    "README.md"
  ]
}
