{
  "name": "ts-zen",
  "version": "0.1.8",
  "author": {
    "name": "Jean-Sébastien Herbaux",
    "url": "https://github.com/Convly"
  },
  "main": "./lib/src/index.js",
  "types": "./lib/src/index.d.ts",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.10",
    "concurrently": "^8.2.0",
    "nodemon": "^3.0.1",
    "prettier": "^3.0.1",
    "ts-jest": "^29.1.1",
    "tsc-alias": "^1.8.7",
    "typescript": "^5.1.x",
    "jest": "^29.6.x"
  },
  "peerDependencies": {
    "typescript": "^5.1.x",
    "jest": "^29.6.x"
  },
  "scripts": {
    "build": "tsc && tsc-alias",
    "build:watch": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")",
    "test:matchers": "jest",
    "prepack": "yarn build"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
