{
  "name": "@workbench-stack/configuration",
  "version": "0.0.26-1",
  "description": "Sample 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",
    "prepublish": "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"
  },
  "author": "CDMBase LLC",
  "license": "ISC",
  "jest": {
    "testEnvironment": "node",
    "roots": [
      "src"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$"
  },
  "devDependencies": {
    "jest": "^22.4.2",
    "rimraf": "^2.6.1",
    "webpack": "^4.19.0"
  },
  "dependencies": {
    "@vscode/platform-node": "0.1.15",
    "@workbench-stack/environment": "^0.0.26-1",
    "@workbench-stack/extensions": "^0.0.26-1",
    "@workbench-stack/jsonschemas": "^0.0.26-1",
    "@workbench-stack/platform": "^0.0.26-1",
    "cdm-flat": "^4.2.0"
  },
  "peerDependencies": {
    "@vscode/base-node": "1.29.1-2",
    "@vscode/platform-node": "0.0.10",
    "inversify": "^3.3.0",
    "reflect-metadata": "^0.1.10",
    "vscode-nls": "^4.0.0"
  },
  "typings": "lib/index.d.ts",
  "typescript": {
    "definition": "lib/index.d.ts"
  }
}
