{
  "name": "hamjest-sinon",
  "version": "2.0.3",
  "description": "Sinon Matcher for Hamjest",
  "main": "src/index.js",
  "types": "./@types/index.d.ts",
  "scripts": {
    "setup": "corepack enable && corepack prepare yarn@stable --activate && yarn set version stable",
    "testTS": "tsc --lib es2015 --skipLibCheck --noEmit true ./@types/*.ts",
    "testMochaJS": "mocha \"src/**/*.spec.js\"",
    "testJestJS": "jest src",
    "test": "yarn testMochaJS && yarn testJestJS && yarn testTS",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafo5/hamjest-sinon.git"
  },
  "keywords": [
    "hamjest",
    "jest",
    "matcher",
    "mock",
    "sinon",
    "spy",
    "stub",
    "wasCalled"
  ],
  "author": "Martin Fochler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafo5/hamjest-sinon/issues"
  },
  "homepage": "https://github.com/mafo5/hamjest-sinon#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.13.0",
    "eslint-config-leanbyte": "^2.0.0",
    "hamjest": "^4.0.1",
    "jest": "^29.3.1",
    "jest-mock": "^29.3.1",
    "lodash": "^4.17.21",
    "mocha": "^10.0.0",
    "sinon": "^16.0.0",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "hamjest": "^4.0.1",
    "lodash": "^4.17.15",
    "sinon": ">=15.0.0 <17.0.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "packageManager": "yarn@3.6.3"
}
