{
    "name": "@tray-tecnologia/tray-cli",
    "version": "1.0.2",
    "description": "CLI designed to help developers create great themes for Tray E-commerce.",
    "license": "GPL-3.0-only",
    "author": "Tray Plataforma de E-commerce",
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com:tray-tecnologia/tray-cli.git"
    },
    "keywords": [
        "opencode",
        "tray",
        "cli"
    ],
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "bin": {
        "tray": "bin/cli.js"
    },
    "files": [
        "dist/**/*"
    ],
    "scripts": {
        "prepare": "husky install",
        "commit": "cz",
        "build": "tsc",
        "watch": "tsc --watch",
        "prepublishOnly": "npm run build"
    },
    "dependencies": {
        "@tray-tecnologia/opencode-sdk": "^1.0.0",
        "@types/inquirer": "^8.1.3",
        "chalk": "^4.1.2",
        "chokidar": "^3.5.3",
        "commander": "^8.3.0",
        "glob": "^7.2.0",
        "inquirer": "^8.2.0",
        "isbinaryfile": "^4.0.8",
        "lodash.camelcase": "^4.3.0",
        "open": "^8.4.0",
        "ora": "^5.4.1",
        "slash": "^3.0.0",
        "yaml": "^1.10.2"
    },
    "devDependencies": {
        "@commitlint/cli": "^15.0.0",
        "@commitlint/config-conventional": "^15.0.0",
        "@commitlint/cz-commitlint": "^15.0.0",
        "@trivago/prettier-plugin-sort-imports": "^3.1.1",
        "@types/glob": "^7.2.0",
        "@types/lodash.camelcase": "^4.3.6",
        "@types/node": "^16.11.12",
        "@typescript-eslint/eslint-plugin": "^5.7.0",
        "@typescript-eslint/parser": "^5.7.0",
        "commitizen": "^4.2.4",
        "eslint": "^8.4.1",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-import": "^2.25.3",
        "husky": "^7.0.4",
        "prettier": "^2.5.1",
        "typescript": "^4.5.4"
    },
    "config": {
        "commitizen": {
            "path": "@commitlint/cz-commitlint"
        }
    }
}
