UNPKG

@zendesk/zcli-themes

Version:

zcli theme commands live here

68 lines (67 loc) 1.59 kB
{ "name": "@zendesk/zcli-themes", "description": "zcli theme commands live here", "version": "1.0.0-beta.52", "author": "@zendesk/vikings", "npmRegistry": "https://registry.npmjs.org", "publishConfig": { "access": "public" }, "bin": { "zcli-themes": "./bin/run" }, "scripts": { "build": "tsc", "prepack": "tsc && ../../scripts/prepack.sh", "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json && rm -rf ./dist && git checkout ./package.json", "type:check": "tsc" }, "dependencies": { "@types/inquirer": "^8.0.0", "@types/ws": "^8.5.4", "axios": "^1.7.5", "chalk": "^4.1.2", "chokidar": "^3.5.3", "cors": "^2.8.5", "express": "^4.17.1", "glob": "^10.1.0", "inquirer": "^8.0.0", "sass": "1.60.0", "ws": "^8.13.0" }, "devDependencies": { "@oclif/test": "=2.1.0", "@types/chai": "^4", "@types/cors": "^2.8.6", "@types/mocha": "^9.1.1", "@types/sinon": "^10.0.13", "chai": "^4", "eslint": "^8.18.0", "eslint-config-oclif": "^4.0.0", "eslint-config-oclif-typescript": "^1.0.2", "lerna": "^5.1.8", "mocha": "^10.0.0", "nock": "^13.2.8", "sinon": "^14.0.0" }, "files": [ "/bin", "/dist", "/oclif.manifest.json", "/npm-shrinkwrap.json" ], "keywords": [ "zcli", "zendesk", "cli", "command" ], "license": "MIT", "main": "dist/index.js", "oclif": { "commands": "./dist/commands", "bin": "zcli-themes" }, "types": "lib/index.d.ts", "gitHead": "d0157ce5ce914868f13ea054bb5f92be08f1a4d8" }