{
  "name": "@signageos/cli",
  "version": "4.0.5",
  "main": "./dist/index.js",
  "author": "signageOS.io <dev@signageos.io>",
  "files": [
    ".env",
    ".env.production",
    "dist",
    "README.md",
    "package.json",
    "docs"
  ],
  "repository": {
    "url": "https://github.com/signageos/cli",
    "type": "git"
  },
  "scripts": {
    "clean": "rm -rf dist/*",
    "build": "tsc && npm run build:templates && npm run docs",
    "build:templates": "node tools/include-templates.mjs",
    "clean-build": "npm run clean && npm run build",
    "watch": "tsc --watch",
    "check-types": "tsc --noEmit",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "lint:prettier": "prettier  \"(src|tests|tools)/**/*.+(ts|tsx|json|js)\" --check",
    "lint:prettier:fix": "prettier  \"(src|tests|tools)/**/*.+(ts|tsx|json|js)\" --write",
    "test": "npm run test:unit && npm run test:integration",
    "test:all": "npm run test:unit",
    "test:coverage": "c8 npm run test:all",
    "test:unit": "env NODE_ENV=test mocha",
    "test:unit:windows": "cross-env NODE_ENV=test mocha",
    "test:integration": "npm run clean-build && env NODE_ENV=test mocha --config .mocharc.integration.json",
    "test:integration:windows": "npm run build && cross-env NODE_ENV=test mocha --config .mocharc.integration.json",
    "test:integration:generate": "env NODE_ENV=test mocha --config .mocharc.integration.json --grep appletGenerateCommand",
    "test:node-versions": "./tests/integration/test-node-versions.sh",
    "test:integration:node-versions": "env NODE_ENV=test mocha --config .mocharc.node-versions.json",
    "generate:dummy-applet": "node ./tools/generate-dummy-applet.mjs",
    "check": "npm run depcheck && npx --userconfig ./.npmrc @signageos/lib-ci check-deps && npm run check-circular-deps && npm run check-types",
    "check-circular-deps": "npx madge@5 --circular --extensions ts ./src/",
    "depcheck": "depcheck --config .depcheckrc.json",
    "docs": "npm run docs:generate && npm run docs:validate",
    "docs:generate": "tsx tools/docs/generate.ts --action=generate --filePath=src/index.ts",
    "docs:validate": "tsx tools/docs/validate/validate-docs-links.ts",
    "postinstall": "node -e \"try{require('./postinstall.js')}catch(e){}\""
  },
  "license": "MIT",
  "engines": {
    "node": ">=20",
    "npm": ">=10"
  },
  "bin": {
    "sos": "./dist/index.js"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "1.0.2",
    "@signageos/codestyle": "2.3.0",
    "@types/archiver": "6.0.3",
    "@types/child-process-promise": "2.2.6",
    "@types/cli-progress": "3.11.6",
    "@types/command-line-args": "5.2.3",
    "@types/command-line-usage": "5.0.4",
    "@types/cors": "2.8.17",
    "@types/debug": "4.1.12",
    "@types/express": "5.0.1",
    "@types/fs-extra": "11.0.4",
    "@types/mime": "3.0.4",
    "@types/mocha": "10.0.10",
    "@types/node": "22.15.3",
    "@types/prompts": "2.4.9",
    "@types/semver": "7.7.0",
    "@types/sinon": "17.0.4",
    "@types/unzipper": "0.10.11",
    "@types/which": "3.0.4",
    "c8": "10.1.3",
    "cross-env": "7.0.3",
    "depcheck": "1.4.7",
    "mocha": "11.2.2",
    "rewiremock": "3.14.6",
    "should": "13.2.3",
    "sinon": "20.0.0",
    "ts-node": "10.9.2",
    "tsx": "4.20.3",
    "typescript": "5.8.3",
    "unzipper": "0.12.3"
  },
  "dependencies": {
    "@signageos/cli-common": "0.1.0",
    "@signageos/file": "2.0.1",
    "@signageos/sdk": "2.8.0",
    "archiver": "7.0.1",
    "chalk": "2.4.2",
    "child-process-promise": "2.1.3",
    "cli-progress": "3.12.0",
    "command-line-args": "6.0.1",
    "command-line-usage": "7.0.3",
    "cors": "2.8.5",
    "debug": "4.4.0",
    "dotenv": "16.5.0",
    "express": "5.1.0",
    "fs-extra": "11.3.2",
    "internal-ip": "8.0.0",
    "markdown-table": "3.0.4",
    "mime": "2.4.4",
    "prompts": "2.4.2",
    "semver": "7.7.1",
    "serve-static": "2.2.0",
    "which": "5.0.0",
    "zod": "3.24.4"
  }
}
