{
  "name": "@final-commerce/command-frame",
  "version": "0.3.1",
  "description": "Commands Frame library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "scripts": {
    "preinstall": "node -e \"if(process.cwd()===process.env.INIT_CWD&&!process.env.NPM_REGISTRY_TOKEN){try{require('child_process').execSync('npx google-artifactregistry-auth',{stdio:'inherit'})}catch(e){}}\"",
    "build": "tsc",
    "build:clean": "rm -rf dist && npm run build",
    "dev": "tsc --watch",
    "test": "vitest",
    "test:run": "vitest run",
    "prepublishOnly": "npm run build",
    "prepare": "husky && npm run build",
    "lint": "eslint .",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "publish:npm": "npm publish --registry=https://registry.npmjs.org",
    "publish:ar": "npm publish --registry=https://us-npm.pkg.dev/final-preproduction/npm/",
    "publish:all": "npm run publish:npm && npm run publish:ar"
  },
  "keywords": [
    "final commerce",
    "finalpos",
    "final",
    "command",
    "frame"
  ],
  "author": "Final Commerce",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Final-Commerce/command-frame.git"
  },
  "lint-staged": {
    "**/*.{ts,tsx,js,json,md}": [
      "prettier --write"
    ],
    "**/*.{ts,tsx}": [
      "eslint --fix"
    ]
  },
  "jira-prepare-commit-msg": {
    "messagePattern": "$M [$J]",
    "jiraTicketPattern": "([A-Z]+-\\d+)",
    "ignoredBranchesPattern": "^(main|master|develop|release-staging.*|pre-prod)$",
    "ignoreBranchesMissingTickets": true
  },
  "dependencies": {
    "@final-commerce/common": "^2.0.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.0.0",
    "@commitlint/config-conventional": "^19.0.0",
    "@eslint/js": "^9.0.0",
    "eslint": "^9.0.0",
    "husky": "^9.1.7",
    "jira-prepare-commit-msg": "^1.7.2",
    "lint-staged": "^16.2.7",
    "prettier": "^3.7.1",
    "typescript": "^5.0.0",
    "typescript-eslint": "^8.0.0",
    "vitest": "^4.0.0"
  },
  "prettier": "@final-commerce/common/prettier"
}
