{
  "name": "techradar-ts",
  "version": "3.0.5",
  "description": "Wrapper around the Zalando techradar implementation in typescript, to provide typesupport and validation",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "types" : "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsup src/",
    "type-check": "tsc --noEmit src/**/*.ts"
  },
  "keywords": [
    "Zalando",
    "techradar"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/trashtatur/techradar-ts"
  },
  "author": "Andreas Riedener",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "d3v4": "^4.2.2",
    "zod": "^3.22.4"
  }
}
