{
  "name": "@axa-ch/easy-config",
  "version": "5.0.0",
  "description": "Modern and strict configuration files to build consistently web applications.",
  "main": "index.js",
  "types": "index.d.ts",
  "type": "module",
  "scripts": {
    "check-formatting": "prettier --check .",
    "test": "vitest run & npm run lint && npm run check-formatting",
    "lint": "biome check .",
    "prepublishOnly": "npm test"
  },
  "files": [
    "index.js",
    "biome",
    "ts-config",
    "stylelint",
    "prettier",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axa-ch/easy-config.git"
  },
  "keywords": [
    "biome",
    "stylelint",
    "lint",
    "format",
    "config",
    "axa"
  ],
  "peerDependencies": {
    "@biomejs/biome": "^2.0.0",
    "prettier": "^3.0.0"
  },
  "optionalDependencies": {
    "stylelint": "^16.12.0 || ^17.0.0",
    "stylelint-config-standard": "^36.0.0 || ^38.0.0 || ^39.0.0 || ^40.0.0",
    "stylelint-config-standard-scss": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
    "stylelint-order": "^6.0.4 || ^7.0.0 || ^8.0.0"
  },
  "author": "AXA (https://axa.ch)",
  "maintainers": [
    {
      "name": "Gianluca Guarini",
      "email": "gianluca.guarini@axa.ch"
    },
    {
      "name": "Corsin Ragettli",
      "email": "corsin.ragettli@axa.ch"
    },
    {
      "name": "Valentin Hasler",
      "email": "valentin.hasler@axa.ch"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/axa-ch/easy-config/issues"
  },
  "homepage": "https://github.com/axa-ch/easy-config#readme",
  "devDependencies": {
    "@biomejs/biome": "^2.4.7",
    "execa": "^9.6.1",
    "prettier": "3.8.1",
    "stylelint": "^16.23.1",
    "stylelint-config-standard": "^39.0.0",
    "stylelint-config-standard-scss": "^15.0.1",
    "stylelint-order": "^7.0.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.0"
  }
}
