@devicecloud.dev/dcd
Version:
Better cloud maestro testing
97 lines • 2.61 kB
JSON
{
"author": "devicecloud.dev",
"bin": {
"dcd": "bin/run.js"
},
"dependencies": {
"@oclif/core": "^3",
"@oclif/plugin-autocomplete": "^3.0.8",
"@oclif/plugin-help": "^6",
"@oclif/plugin-not-found": "^3.0.10",
"@oclif/plugin-plugins": "^4",
"@oclif/plugin-update": "^4.1.11",
"@oclif/plugin-warn-if-update-available": "^3.0.10",
"@supabase/supabase-js": "^2.45.1",
"@web-std/file": "^3.0.3",
"app-info-parser": "^1.1.6",
"archiver": "^7.0.1",
"bplist-parser": "^0.3.2",
"glob": "^11.0.0",
"js-yaml": "^4.1.0",
"node-stream-zip": "^1.15.0",
"plist": "^3.1.0"
},
"description": "Better cloud maestro testing",
"devDependencies": {
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^4.1.13",
"@types/archiver": "^6.0.2",
"@types/chai": "^5.2.2",
"@types/glob-to-regexp": "^0.4.4",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^24.1.0",
"@types/plist": "^3.0.5",
"chai": "^5.2.1",
"eslint": "^8.57.1",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3",
"eslint-config-prettier": "^10.1.8",
"mocha": "^11.7.1",
"oclif": "^4",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=22.0.0"
},
"files": [
"/bin",
"/dist",
"/oclif.manifest.json"
],
"homepage": "https://devicecloud.dev",
"license": "MIT",
"main": "dist/index.js",
"name": "@devicecloud.dev/dcd",
"oclif": {
"bin": "dcd",
"dirname": "dcd",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found"
]
},
"private": false,
"repository": {
"type": "git",
"url": "https://devicecloud.dev"
},
"scripts": {
"dcd": "./bin/dev.js",
"prod": "./bin/run.js",
"build": "shx rm -rf dist && tsc -b",
"lint": "NODE_OPTIONS='--no-deprecation' eslint . --ext .ts",
"postpack": "shx rm -f oclif.manifest.json",
"prepack": "yarn build && oclif manifest",
"prepare": "yarn build",
"version": "oclif readme && git add README.md",
"test": "node scripts/test-runner.mjs"
},
"version": "4.0.1",
"bugs": {
"url": "https://discord.gg/gm3mJwcNw8"
},
"keywords": [
"devicecloud",
"devicecloud.dev",
"dcd",
"cloud",
"maestro",
"testing"
],
"types": "dist/index.d.ts",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}