{
  "name": "@mraichelson/metaobjects-manager",
  "version": "1.0.4",
  "description": "A Node.js tool for managing Shopify Metaobjects via command line.",
  "main": "dist/cli/index.js",
  "bin": {
    "metaobjects-manager": "./dist/cli/index.js",
    "shopify-mom": "./dist/cli/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "npm run build",
    "release": "release-it"
  },
  "keywords": [
    "shopify",
    "metaobjects",
    "graphql",
    "cli",
    "shopify-admin-api",
    "metaobject-definitions",
    "shopify-cli"
  ],
  "author": {
    "name": "Michael Raichelson",
    "email": "i.am@michaelraichelson.com",
    "url": "https://michaelraichelson.com"
  },
  "contributors": [
    {
      "name": "Philly Marketing Labs",
      "email": "engineering@pml.dev",
      "url": "https://phillymarketinglabs.com"
    }
  ],
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/mraichelson/metaobjects-manager.git"
  },
  "bugs": {
    "url": "https://github.com/mraichelson/metaobjects-manager/issues"
  },
  "homepage": "https://metaobjects-manager.mraichelson.rocks",
  "type": "commonjs",
  "files": [
    "dist",
    "README.md",
    "env.example"
  ],
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "dotenv": "^16.3.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/jest": "^29.5.8",
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.13.1",
    "@typescript-eslint/parser": "^6.13.1",
    "eslint": "^8.54.0",
    "jest": "^29.7.0",
    "release-it": "^19.2.2",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
