{
  "name": "facilismolestiae",
  "workspaces": [
    "packages/shared/common",
    "packages/shared/sdk-server",
    "packages/shared/sdk-server-edge",
    "packages/sdk/server-node",
    "packages/sdk/cloudflare",
    "packages/sdk/cloudflare/example",
    "packages/sdk/vercel"
  ],
  "scripts": {
    "clean": "yarn workspaces foreach -pt run clean",
    "build": "yarn workspaces foreach -pt run build",
    "//": "When using build:doc you need to specify the workspace. 'yarn run build:doc packages/shared/common' for example.",
    "build:doc": "./scripts/build-doc.sh $1",
    "lint": "npx eslint . --ext .ts",
    "lint:fix": "yarn run lint -- --fix",
    "test": "echo Please run tests for individual packages.",
    "coverage": "npm run test -- --coverage",
    "contract-test-service": "npm --prefix contract-tests install && npm --prefix contract-tests start",
    "contract-test-harness": "curl -s https://raw.githubusercontent.com/launchdarkly/sdk-test-harness/master/downloader/run.sh \\ | VERSION=v2 PARAMS=\"-url http://localhost:8000 -debug -stop-service-at-end $TEST_HARNESS_PARAMS\" sh",
    "contract-tests": "npm run contract-test-service & npm run contract-test-harness",
    "prettier": "npx prettier --write \"**/*.{js,ts,tsx,json,yaml,yml,md}\" --loglevel warn"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "eslint": "^8.14.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "prettier": "^2.8.4",
    "typedoc": "0.23.26",
    "typescript": "^4.6.3"
  },
  "packageManager": "yarn@3.4.1",
  "author": "MorrisLemke",
  "repository": {
    "type": "git",
    "url": "https://github.com/CliffordCollier/facilismolestiae.git"
  },
  "version": "1.4.0"
}
