{
    "name": "@theorchard/frontend-cli-core",
    "version": "3.1.0",
    "description": "Core types and functionality for the frontend-cli tooling",
    "author": "Sony Music PDE",
    "homepage": "https://github.com/theorchard/orchard-suite#readme",
    "license": "MIT",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "type": "module",
    "directories": {
        "lib": "dist"
    },
    "files": [
        "dist"
    ],
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/eslint-config-react-ts-prettier"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "engines": {
        "node": ">=20"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "scripts": {
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build": "pnpm run build:esm",
        "clean": "rm -rf dist && rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx src",
        "test:unit": "vitest",
        "test": "pnpm lint && pnpm test:unit"
    },
    "dependencies": {
        "chalk": "^4.1.0",
        "cli-table": "^0.3.11",
        "glob": "^13.0.6",
        "is-ci": "^3.0.1",
        "lodash-es": "^4.18.1"
    },
    "devDependencies": {
        "@types/cli-table": "^0.3.4",
        "@types/lodash-es": "^4.17.12"
    }
}
