{
  "name": "@webpieces/core-mock",
  "version": "0.4.807",
  "description": "Typed mock framework for webpieces feature tests (port of Java core-mock MockSuperclass)",
  "type": "commonjs",
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "default": "./src/index.js"
    }
  },
  "author": "Dean Hiller",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/deanhiller/webpieces-ts.git",
    "directory": "packages/core/core-mock"
  },
  "keywords": [
    "webpieces",
    "mock",
    "testing"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {}
}