{
  "name": "matrix-mock-request",
  "version": "2.6.0",
  "description": "Testing tool for mocking HTTP request/response pairs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "yarn clean && yarn build:compile && yarn build:types",
    "build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
    "build:compile": "babel -d lib --verbose --extensions \".ts\" src",
    "clean": "rimraf lib",
    "prepare": "yarn build",
    "start": "babel -w src -d lib --source-maps",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/matrix-org/matrix-mock-request"
  },
  "keywords": [
    "mock",
    "testing"
  ],
  "author": "matrix.org",
  "license": "Apache-2.0",
  "files": [
    "CHANGES.md",
    "lib",
    "LICENSE",
    "package.json"
  ],
  "dependencies": {
    "expect": "^28.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.7",
    "@babel/core": "^7.16.7",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/preset-env": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.4"
  }
}
