{
  "name": "@salesforce/schemas",
  "version": "1.10.3",
  "description": "This repository contains the spec and schema for the Scratch Org Definition Configuration file and `sfdx-project.json` file.",
  "main": "lib/index.js",
  "files": [
    "index.js",
    "*.schema.json",
    "lib"
  ],
  "scripts": {
    "build": "node ./scripts/build.js",
    "features-update": "node ./scripts/update-scratch-def-features.js",
    "settings-update": "node ./scripts/update-scratch-def-settings.js",
    "commit-init": "commitizen init cz-conventional-changelog --save-dev --save-exact --force",
    "commit": "git-cz",
    "test": "jest",
    "prettier": "prettier ./**/*.{js,json,ts,md} --write",
    "format:check": "prettier ./**/*.{js,json,ts,md} --debug-check"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/forcedotcom/schemas.git"
  },
  "author": "Salesforce",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/forcedotcom/schemas/issues"
  },
  "homepage": "https://github.com/forcedotcom/schemas#readme",
  "devDependencies": {
    "@commitlint/cli": "^7",
    "@commitlint/config-conventional": "^7",
    "@salesforce/dev-config": "^3.1.0",
    "@types/node": "^20.12.10",
    "ajv": "^8.11.0",
    "commitizen": "^3.0.5",
    "cz-conventional-changelog": "^2.1.0",
    "husky": "^3.0.2",
    "jest": "^24.8.0",
    "prettier": "^1.18.2",
    "shelljs": "0.8.5",
    "ts-json-schema-generator": "^1.5.1",
    "typescript": "^5.4.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn run prettier && yarn test",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "volta": {
    "node": "12.4.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}