{
  "name": "@flui-cloud/spec",
  "version": "0.10.0",
  "description": "Open specification, JSON Schema and TypeScript types for the flui.yaml application manifest.",
  "license": "Apache-2.0",
  "homepage": "https://github.com/flui-cloud/flui-spec",
  "repository": {
    "type": "git",
    "url": "https://github.com/flui-cloud/flui-spec.git",
    "directory": "packages/flui-spec-js"
  },
  "keywords": [
    "flui",
    "manifest",
    "yaml",
    "spec",
    "json-schema",
    "validator"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./schemas/catalog-app.v1beta1.json": "./schemas/catalog-app.v1beta1.json",
    "./schemas/application.v1beta1.json": "./schemas/application.v1beta1.json",
    "./schemas/access-policy.v1beta1.json": "./schemas/access-policy.v1beta1.json",
    "./package.json": "./package.json"
  },
  "bin": {
    "flui-spec": "./dist/cli.js"
  },
  "files": [
    "dist",
    "schemas",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "tsc --noEmit"
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.10.0",
    "@vitest/coverage-v8": "^2.1.5",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3",
    "vitest": "^2.1.5"
  }
}
