{
  "name": "amt-manager-test",
  "version": "0.0.2",
  "description": "Intel AMT Management Tool - Control power states of AMT-enabled devices",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "amt-manager": "./dist/cli.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "intel",
    "amt",
    "management",
    "power",
    "control",
    "remote",
    "ipmi",
    "out-of-band",
    "server-management"
  ],
  "author": "Igor Ochocki",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Igor-Ochocki/AMTManager"
  },
  "bugs": {
    "url": "https://github.com/Igor-Ochocki/AMTManager/issues"
  },
  "homepage": "https://github.com/Igor-Ochocki/AMTManager#readme",
  "dependencies": {
    "dotenv": "^16.0.3",
    "node-fetch": "^2.6.7"
  },
  "devDependencies": {
    "@types/node": "^18.15.11",
    "@types/node-fetch": "^2.6.2",
    "typescript": "^5.0.4"
  },
  "engines": {
    "node": ">=14.0.0"
  }
} 