{
  "name": "@workbench-stack/module-browser",
  "version": "2.1.1-alpha.1",
  "description": "Workbench core for higher packages to depend on",
  "main": "lib/index.js",
  "scripts": {
    "jest": "./node_modules/.bin/jest",
    "test": "jest",
    "test:debug": "npm test -- --runInBand",
    "test:watch": "npm test -- --watch",
    "prepublishOnly": "npm run build",
    "watch": "npm run build:lib:watch",
    "build": "npm run build:clean && npm run build:lib",
    "build:clean": "rimraf lib",
    "build:lib": "webpack",
    "build:lib:watch": "npm run build:lib -- --watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "testEnvironment": "node",
    "roots": [
      "src"
    ],
    "modulePaths": [
      "node_modules"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "transform": {
      "\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$"
  },
  "author": "CDMBase LLC",
  "license": "ISC",
  "devDependencies": {
    "waait": "^1.0.5"
  },
  "dependencies": {
    "@workbench-stack/components": "2.0.2",
    "@workbench-stack/core": "2.0.2",
    "@workbench-stack/layout": "2.0.3-alpha.0",
    "@workbench-stack/modal": "2.0.3-alpha.0",
    "@workbench-stack/output-browser": "2.0.3-alpha.0",
    "@workbench-stack/platform-browser": "2.1.1-alpha.1",
    "@workbench-stack/settings": "2.0.3-alpha.0"
  },
  "typings": "lib/index.d.ts",
  "typescript": {
    "definition": "lib/index.d.ts"
  },
  "gitHead": "5f7a067fbec093f039faa7754a631bd08554044e"
}
