{
    "name": "@sap-ux/fe-mockserver-core",
    "version": "1.1.6",
    "description": "SAP Fiori OData - Fiori elements mock server core",
    "repository": {
        "type": "git",
        "url": "https://github.com/SAP/open-ux-odata.git",
        "directory": "packages/fe-mockserver-core"
    },
    "bugs": {
        "url": "https://github.com/SAP/open-ux-odata/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Afe-mockserver"
    },
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "license": "Apache-2.0",
    "scripts": {
        "build": "pnpm clean && tsc",
        "clean": "rimraf dist build",
        "dev": "pnpm clean && tsc -project ./tsconfig.dev.json --watch",
        "format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
        "lint": "eslint . --ext .ts",
        "lint:fix": "eslint . --ext .ts --fix",
        "watch": "tsc --watch",
        "link": "pnpm link --global",
        "unlink": "pnpm unlink --global",
        "test": "jest --ci --forceExit --detectOpenHandles --colors",
        "test-u": "jest --ci --forceExit --detectOpenHandles --colors -u"
    },
    "dependencies": {
        "@sap-ux/annotation-converter": "workspace:*",
        "@sap-ux/edmx-parser": "workspace:*",
        "@ui5/logger": "2.0.1",
        "balanced-match": "1.0.0",
        "body-parser": "1.20.0",
        "chevrotain": "9.1.0",
        "chokidar": "3.5.2",
        "etag": "1.8.1",
        "graceful-fs": "4.2.9",
        "lodash.clonedeep": "4.5.0",
        "query-string": "6.8.3",
        "router": "1.3.5"
    },
    "devDependencies": {
        "@sap-ux/vocabularies-types": "workspace:*",
        "@sap-ux/fe-mockserver-plugin-cds": "workspace:*",
        "@types/body-parser": "1.17.1",
        "@types/graceful-fs": "^4.1.5",
        "@types/connect": "^3.4.35",
        "@types/node-fetch": "2",
        "@types/express": "4.17.13",
        "@types/lodash.clonedeep": "4.5.6",
        "@types/etag": "1.8.1",
        "@types/balanced-match": "^1.0.2",
        "@types/finalhandler": "^1.1.1",
        "node-fetch": "2.6.7",
        "finalhandler": "1.2.0"
    },
    "files": [
        "dist",
        "LICENSE"
    ]
}
