{
  "name": "@oceanstream/cli",
  "version": "0.1.12",
  "description": "CLI for managing OceanStream IoT Edge applications on Azure infrastructure",
  "type": "module",
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "eslint": "eslint src --quiet",
    "prepublishOnly": "npm run build",
    "test": "NODE_ENV=test tsc && npx nightwatch --serial",
    "start": "NODE_ENV=development ts-node ./src/index.ts",
    "build": "tsc --outDir dist && cp src/index.d.ts dist/"
  },
  "types": "./dist/index.d.ts",
  "bin": {
    "oceanstream": "./bin/iotedge.js",
    "os": "./bin/iotedge.js"
  },
  "keywords": [
    "azure",
    "iot",
    "iothub",
    "iotedge",
    "device",
    "oceanstream"
  ],
  "files": [
    "bin",
    "dist",
    "config",
    "emulator",
    "templates",
    "README.md",
    "LICENCE.md"
  ],
  "author": "Pine View Software AS",
  "license": "MIT",
  "dependencies": {
    "@azure/msal-node": "1.18.3",
    "adm-zip": "0.5.10",
    "archiver": "5.3.1",
    "boxen": "7.0.2",
    "chalk": "5.2.0",
    "commander": "10.0.1",
    "concat-stream": "2.0.0",
    "cross-env": "7.0.3",
    "cross-spawn": "7.0.3",
    "dayjs": "1.11.7",
    "dockerode": "3.3.4",
    "dotenv": "16.0.3",
    "fast-xml-parser": "4.3.0",
    "figlet": "1.6.0",
    "fs-extra": "11.1.1",
    "inquirer": "9.2.8",
    "inquirer-search-list": "1.2.6",
    "luxon": "3.2.1",
    "micromatch": "4.0.5",
    "mime-types": "2.1.35",
    "node-fetch": "3.3.0",
    "node-tar": "1.0.0",
    "ora": "6.1.2",
    "parse-gitignore": "2.0.0",
    "pino": "8.8.0",
    "stream": "0.0.2",
    "tar": "6.1.13",
    "yaml": "2.2.1"
  },
  "devDependencies": {
    "@nightwatch/apitesting": "^3.1.3",
    "@swc/cli": "^0.1.62",
    "@swc/core": "^1.3.87",
    "@types/dockerode": "^3.3.14",
    "@types/node": "^18.14.2",
    "@types/pino": "^7.0.5",
    "@typescript-eslint/eslint-plugin": "^6.7.2",
    "@typescript-eslint/parser": "^6.7.2",
    "eslint": "^8.50.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "nightwatch": "^3.1.3",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  }
}
