{
    "name": "@ng-apimock/core",
    "description": "ng-apimock core module",
    "version": "3.12.0",
    "homepage": "https://github.com/ng-apimock/core#readme",
    "author": {
        "name": "Mischa Dasberg",
        "email": "mischa@dasberg.nl"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "precompile": "rimraf dist",
        "compile": "tsc",
        "lint": "eslint \"src/**/*.ts\"",
        "lint:fix": "npm run lint -- --fix",
        "lint-staged": "lint-staged",
        "test": "jest --config=jest.config.js -w 1",
        "semantic-release": "semantic-release"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ng-apimock/core.git"
    },
    "bugs": {
        "url": "https://github.com/ng-apimock/core/issues"
    },
    "license": "MIT",
    "keywords": [
        "apimock",
        "ng-apimock",
        "http",
        "api"
    ],
    "devDependencies": {
        "@commitlint/cli": "19.2.1",
        "@commitlint/config-conventional": "19.1.0",
        "@semantic-release/changelog": "6.0.3",
        "@semantic-release/commit-analyzer": "12.0.0",
        "@semantic-release/git": "10.0.1",
        "@semantic-release/github": "10.0.2",
        "@semantic-release/npm": "12.0.0",
        "@semantic-release/release-notes-generator": "13.0.0",
        "@types/body-parser": "1.19.5",
        "@types/debug": "4.1.12",
        "@types/fs-extra": "11.0.4",
        "@types/glob": "8.1.0",
        "@types/jest": "29.5.12",
        "@types/node": "20.12.4",
        "@types/node-fetch": "2.6.11",
        "@types/url-join": "4.0.3",
        "@types/uuid": "9.0.8",
        "@typescript-eslint/eslint-plugin": "7.5.0",
        "@typescript-eslint/parser": "7.5.0",
        "commitizen": "4.3.0",
        "eslint": "8.57.0",
        "eslint-config-airbnb-base": "15.0.0",
        "eslint-plugin-import": "2.29.1",
        "eslint-plugin-jest": "27.9.0",
        "husky": "9.0.11",
        "jest": "29.7.0",
        "jest-createspyobj": "2.0.0",
        "jest-fetch-mock": "3.0.3",
        "lint-staged": "15.2.2",
        "rimraf": "5.0.5",
        "semantic-release": "23.0.7",
        "ts-jest": "29.1.2",
        "typescript": "5.4.4"
    },
    "dependencies": {
        "body-parser": "1.20.2",
        "chokidar": "3.6.0",
        "debug": "4.3.4",
        "fs-extra": "11.2.0",
        "glob": "10.3.12",
        "inversify": "6.0.2",
        "node-fetch": "2.7.0",
        "reflect-metadata": "0.2.2",
        "uuid": "9.0.1"
    },
    "lint-staged": {
        "**/**.{ts}": [
            "eslint --fix"
        ]
    },
    "config": {
        "commitizen": {
            "path": "./node_modules/cz-conventional-changelog"
        }
    }
}
