{
  "name": "@asyncapi/problem",
  "version": "1.0.0",
  "description": "AsyncAPI Problem interface",
  "bugs": {
    "url": "https://github.com/asyncapi/problem/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/asyncapi/problem.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/asyncapi/problem",
  "sideEffects": false,
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "esm/index.d.ts",
  "files": [
    "/esm",
    "/cjs",
    "/browser",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "npm run build:esm && npm run build:cjs",
    "build:dev": "npm run build:esm",
    "build:esm": "tsc",
    "build:cjs": "tsc --project ./tsconfig.cjs.json",
    "test": "cross-env CI=true jest --coverage",
    "lint": "eslint --no-error-on-unmatched-pattern --max-warnings 0 --config \".eslintrc\" \".\"",
    "lint:fix": "eslint --no-error-on-unmatched-pattern --max-warnings 0 --config \".eslintrc\" \".\" --fix",
    "generate:readme:toc": "markdown-toc -i \"README.md\"",
    "generate:assets": "npm run build && npm run generate:readme:toc",
    "prepublishOnly": "npm run generate:assets"
  },
  "devDependencies": {
    "@jest/types": "^29.3.1",
    "@types/jest": "^29.2.5",
    "@typescript-eslint/eslint-plugin": "^5.48.1",
    "@typescript-eslint/parser": "^5.48.1",
    "cross-env": "^7.0.3",
    "eslint": "^8.31.0",
    "eslint-plugin-github": "^4.6.0",
    "eslint-plugin-security": "^1.6.0",
    "eslint-plugin-sonarjs": "^0.18.0",
    "jest": "^29.3.1",
    "markdown-toc": "^1.2.0",
    "ts-jest": "^29.0.4",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "conventional-changelog-conventionalcommits": "^5.0.0"
  }
}
