{
  "name": "sort-cloudformation-json",
  "version": "0.2.0",
  "description": "Zero-config CLI that recursively sorts the keys of a CloudFormation JSON template in place",
  "keywords": [
    "cloudformation",
    "json",
    "sort",
    "format",
    "cli"
  ],
  "homepage": "https://github.com/loginov-rocks/sort-cloudformation-json#readme",
  "bugs": {
    "url": "https://github.com/loginov-rocks/sort-cloudformation-json/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loginov-rocks/sort-cloudformation-json.git"
  },
  "license": "MIT",
  "author": "Danila Loginov <danila@loginov.rocks> (https://loginov.rocks)",
  "type": "module",
  "bin": {
    "sort-cloudformation-json": "./dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && tsc --project tsconfig.build.json",
    "coverage": "rimraf coverage && npm run test:coverage",
    "lint": "eslint",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:coverage": "npm test -- --coverage",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@babel/core": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@babel/preset-typescript": "^7.29.7",
    "@eslint/js": "^10.0.1",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/node": "^25.9.3",
    "babel-jest": "^30.4.1",
    "eslint": "^10.5.0",
    "eslint-plugin-perfectionist": "^5.9.0",
    "eslint-plugin-unicorn": "^66.0.0",
    "jest": "^30.4.2",
    "rimraf": "^6.1.3",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.61.0"
  },
  "engines": {
    "node": "24",
    "npm": "11"
  }
}
