@devicecloud.dev/dcd
Version:
Better cloud maestro testing
91 lines • 2.12 kB
JSON
{
"author": "devicecloud.dev",
"bin": {
"dcd": "bin/run.js"
},
"dependencies": {
"@oclif/core": "^3.27.0",
"@oclif/plugin-help": "^6.2.36",
"@supabase/supabase-js": "^2.81.1",
"app-info-parser": "^1.1.6",
"archiver": "^7.0.1",
"bplist-parser": "^0.3.2",
"chalk": "4.1.2",
"glob": "^11.1.0",
"js-yaml": "^4.1.1",
"node-stream-zip": "^1.15.0",
"plist": "^3.1.0",
"tus-js-client": "^4.3.1"
},
"description": "Better cloud maestro testing",
"devDependencies": {
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^4.1.15",
"@types/archiver": "^6.0.4",
"@types/chai": "^5.2.3",
"@types/glob-to-regexp": "^0.4.4",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^24.10.1",
"@types/plist": "^3.0.5",
"chai": "^5.3.3",
"eslint": "^8.57.1",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.14",
"eslint-config-prettier": "^10.1.8",
"mocha": "^11.7.5",
"oclif": "^4.22.47",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"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"
]
},
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://devicecloud.dev"
},
"version": "4.2.5",
"bugs": {
"url": "https://discord.gg/gm3mJwcNw8"
},
"keywords": [
"devicecloud",
"devicecloud.dev",
"dcd",
"cloud",
"maestro",
"testing"
],
"types": "dist/index.d.ts",
"scripts": {
"dcd": "./bin/dev.js",
"prod": "./bin/run.js",
"build": "shx rm -rf dist && tsc -b",
"lint": "eslint . --ext .ts",
"version": "oclif readme && git add README.md",
"test": "node scripts/test-runner.mjs"
}
}