{
  "name": "blaze-install",
  "version": "1.11.10",
  "description": "A new package manager",
  "main": "lib/index.js",
  "bin": {
    "blaze": "bin/blaze-install.js"
  },
  "scripts": {
    "test": "node test/test-blaze-features.js && node test/test-blaze-plugins.js && node test/test-blaze-watch.js && node test/blaze-watch-test.js",
    "preinstall": "echo preinstall script",
    "install": "echo install script",
    "postinstall": "echo postinstall script",
    "preuninstall": "echo preuninstall script",
    "uninstall": "echo uninstall script",
    "postuninstall": "echo postuninstall script",
    "prepublish": "echo prepublish script",
    "prepare": "tsc",
    "prepack": "echo prepack script",
    "postpack": "echo postpack script",
    "postpublish": "echo postpublish script",
    "preversion": "echo preversion script",
    "version": "echo version script",
    "postversion": "echo postversion script",
    "testscript": "echo testscript ran",
    "hello": "echo Hello from pkg-a!",
    "build": "tsc"
  },
  "keywords": [
    "package-manager",
    "npm",
    "install",
    "node",
    "javascript",
    "dependency-management",
    "lockfile",
    "workspaces",
    "monorepo"
  ],
  "author": "codeteck",
  "license": "ISC",
  "workspaces": [
    "packages/pkg-b"
  ],
  "dependencies": {
    "axios": "latest",
    "boxen": "^5.1.2",
    "chalk": "^4.1.2",
    "chokidar": "^4.0.3",
    "cli-progress": "^3.9.1",
    "dotenv": "^17.0.1",
    "glob": "latest",
    "ini": "latest",
    "inquirer": "latest",
    "jiti": "^2.4.2",
    "lodash": "^4.17.21",
    "open": "^10.1.2",
    "randomcolor": "^0.6.2",
    "semver": "latest",
    "string-width": "^4.2.3",
    "tar": "latest",
    "yallist": "latest"
  },
  "devDependencies": {
    "@eslint/js": "^9.30.1",
    "eslint": "^8.57.1",
    "globals": "^16.3.0",
    "is-odd": "^3.0.1"
  },
  "peerDependencies": {
    "@types/node": ">=18"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Nom-nom-hub/blaze-cli.git"
  },
  "homepage": "https://github.com/Nom-nom-hub/blaze-cli#readme",
  "bugs": {
    "url": "https://github.com/Nom-nom-hub/blaze-cli/issues"
  }
}
