{
  "name": "@tqm-mfe/main",
  "version": "5.4.7",
  "description": "A server and a middleware for API mocking.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --noEmit || true",
    "test": "node test/index.test.js",
    "postinstall": "node scripts/postinstall.js",
    "prepublishOnly": "echo 'Building...'"
  },
  "keywords": ["internal"],
  "author": "Tqm-Mfe Platform Engineering <platform@tqm-mfe.io>",
  "license": "UNLICENSED",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.tqm-mfe.io/platform/main.git"
  },
  "bugs": {
    "url": "https://jira.tqm-mfe.io/projects/PLATFORM"
  },
  "homepage": "https://docs.tqm-mfe.io/platform/main",
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "dist/",
    "scripts/",
    "README.md",
    "CHANGELOG.md"
  ],
  "dependencies": {},
  "devDependencies": {}
}
