{
  "name": "@finos/fdc3-standard",
  "version": "2.2.3",
  "author": "Fintech Open Source Foundation (FINOS)",
  "homepage": "https://fdc3.finos.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finos/FDC3.git"
  },
  "publishConfig": {
    "tag": "latest"
  },
  "license": "Apache-2.0",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist coverage",
    "build": "tsc",
    "test": "tsc && vitest run",
    "test:watch": "vitest",
    "lint": "eslint src/ --fix"
  },
  "prettier": {
    "semi": true,
    "singleQuote": true,
    "arrowParens": "avoid",
    "trailingComma": "es5",
    "endOfLine": "auto",
    "printWidth": 120
  },
  "dependencies": {
    "@finos/fdc3-context": "2.2.3",
    "@finos/fdc3-schema": "2.2.3"
  },
  "devDependencies": {
    "@apidevtools/swagger-parser": "^10.1.1",
    "jsdom": "^28.1.0",
    "jsonschema": "^1.4.0",
    "quicktype": "23.0.78",
    "tslib": "^2.7.0",
    "vitest-mock-extended": "^3.0.0"
  },
  "type": "module"
}
