{
  "name": "@jupyter/docprovider",
  "version": "5.0.0",
  "description": "JupyterLab - Document Provider",
  "homepage": "https://github.com/jupyterlab/jupyter-collaboration",
  "bugs": {
    "url": "https://github.com/jupyterlab/jupyter-collaboration/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jupyterlab/jupyter-collaboration.git"
  },
  "license": "BSD-3-Clause",
  "author": "Project Jupyter",
  "sideEffects": [
    "style/**/*"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib/"
  },
  "files": [
    "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
    "schema/*.json",
    "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
    "style/index.js"
  ],
  "scripts": {
    "build": "tsc -b",
    "build:prod": "jlpm run build",
    "build:test": "tsc --build tsconfig.test.json",
    "clean": "rimraf lib tsconfig.tsbuildinfo",
    "clean:lib": "jlpm run clean:all",
    "clean:all": "rimraf lib tsconfig.tsbuildinfo node_modules",
    "install:extension": "jlpm run build",
    "test": "jest",
    "test:cov": "jest --collect-coverage",
    "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    "test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
    "watch": "tsc -b --watch"
  },
  "dependencies": {
    "@jupyter/collaborative-drive": "^5.0.0",
    "@jupyter/ydoc": "^4.0.0",
    "@jupyterlab/apputils": "^4.7.0",
    "@jupyterlab/cells": "^4.6.0",
    "@jupyterlab/coreutils": "^6.6.0",
    "@jupyterlab/docmanager": "^4.6.0",
    "@jupyterlab/notebook": "^4.6.0",
    "@jupyterlab/services": "^7.6.0",
    "@jupyterlab/translation": "^4.6.0",
    "@lumino/coreutils": "^2.2.1",
    "@lumino/disposable": "^2.1.4",
    "@lumino/signaling": "^2.1.4",
    "@lumino/widgets": "^2.8.0",
    "y-protocols": "^1.0.5",
    "y-websocket": "^1.3.15",
    "yjs": "^13.5.40"
  },
  "devDependencies": {
    "@jupyterlab/testing": "^4.6.0",
    "@jupyterlab/testutils": "^4.6.0",
    "@types/jest": "^29.2.0",
    "jest": "^29.5.0",
    "rimraf": "^4.1.2",
    "typescript": "~5.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "typedoc": {
    "entryPoint": "./src/index.ts",
    "displayName": "@jupyter/docprovider",
    "tsconfig": "./tsconfig.json"
  },
  "jupyterlab": {
    "sharedPackages": {
      "@jupyter/collaborative-drive": {
        "bundled": true,
        "singleton": true
      }
    }
  }
}
