{
  "name": "@scalar/config",
  "description": "Define and validate Scalar Configuration files",
  "license": "MIT",
  "author": "Scalar (https://github.com/scalar)",
  "homepage": "https://github.com/scalar/scalar",
  "bugs": "https://github.com/scalar/scalar/issues/new/choose",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scalar/scalar.git",
    "directory": "packages/config"
  },
  "keywords": [],
  "version": "0.2.2",
  "engines": {
    "node": ">=20"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "./dist",
    "CHANGELOG.md"
  ],
  "module": "dist/index.js",
  "dependencies": {
    "@sinclair/typebox": "0.34.37"
  },
  "devDependencies": {
    "@types/node": "^22.9.0",
    "vite": "5.4.19",
    "vitest": "^1.6.1",
    "@scalar/build-tooling": "0.2.4"
  },
  "scripts": {
    "build": "scalar-build-rollup",
    "format": "scalar-format",
    "lint:check": "eslint .",
    "lint:fix": "eslint .  --fix",
    "test": "vitest",
    "types:build": "scalar-types-build",
    "types:check": "scalar-types-check"
  }
}