{
  "name": "@max-black/npm-practice",
  "version": "0.0.8",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "node run-all-tests.js",
    "test-all": "node run-all-tests.js",
    "test-first-100": "node test-cli.js -- 1 100",
    "test-interactive": "node test-cli.js --interactive",
    "test-first-100-interactive": "node test-cli.js -- 1 100 --interactive",
    "test-env-issue": "node test-env-issue-detection.js",
    "test-special-commands": "node test-special-commands.js",
    "test-linux": "./test-linux-auto.sh",
    "test-linux-quick": "./test-linux-auto.sh 2>&1 | tail -25",
    "build-docker": "docker build -f Dockerfile.linux -t npm-practice-linux .",
    "run-docker": "docker run -it --rm npm-practice-linux"
  },
  "keywords": [
    "npm",
    "cli",
    "interactive",
    "tutorial",
    "practice",
    "node",
    "package-manager",
    "npm-workflows",
    "npm-book",
    "learn",
    "study",
    "learning",
    "terminal",
    "hands-on",
    "beginner",
    "dev-tools",
    "setup-script",
    "nodejs",
    "command-line",
    "automation",
    "npm-init",
    "npm-install",
    "npm-scripts",
    "npm-cli",
    "npm-commands",
    "npm-tasks",
    "npm-training",
    "npm-guide",
    "npm-tips",
    "npm-examples",
    "npm-for-beginners",
    "npm-education",
    "npm-practice-cli",
    "max-black"
  ],
  "author": "Max Black",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/MaxBlack-dev/npm-practice.git"
  },
  "bugs": {
    "url": "https://github.com/MaxBlack-dev/npm-practice/issues"
  },
  "homepage": "https://github.com/MaxBlack-dev/npm-practice#readme",
  "type": "commonjs",
  "bin": {
    "npm-practice": "index.js"
  },
  "dependencies": {
    "@google/generative-ai": "^0.24.1",
    "body-parser": "^2.2.0",
    "chalk": "^4.1.2",
    "express": "^5.1.0",
    "inquirer": "^12.9.6",
    "latest-version": "^9.0.0",
    "lodash": "^4.17.21"
  }
}
