|  | 
| 1 | 1 | { | 
| 2 |  | -	"name": "@jupyter/ydoc", | 
| 3 |  | -	"version": "0.2.2", | 
| 4 |  | -	"type": "module", | 
| 5 |  | -	"description": "Jupyter document structures for collaborative editing using YJS", | 
| 6 |  | -	"homepage": "https://github.com/jupyter-server/jupyter_ydoc", | 
| 7 |  | -	"bugs": { | 
| 8 |  | -		"url": "https://github.com/jupyter-server/jupyter_ydoc/issues" | 
| 9 |  | -	}, | 
| 10 |  | -	"repository": { | 
| 11 |  | -		"type": "git", | 
| 12 |  | -		"url": "https://github.com/jupyter-server/jupyter_ydoc.git" | 
| 13 |  | -	}, | 
| 14 |  | -	"license": "BSD-3-Clause", | 
| 15 |  | -	"author": "Project Jupyter", | 
| 16 |  | -	"main": "lib/index.js", | 
| 17 |  | -	"types": "lib/index.d.ts", | 
| 18 |  | -	"directories": { | 
| 19 |  | -		"lib": "lib/" | 
| 20 |  | -	}, | 
| 21 |  | -	"files": [ | 
| 22 |  | -		"lib/**/*.{d.ts,js,js.map,json}" | 
| 23 |  | -	], | 
| 24 |  | -	"scripts": { | 
| 25 |  | -		"build": "tsc -b", | 
| 26 |  | -		"build:test": "tsc --build tsconfig.test.json", | 
| 27 |  | -		"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", | 
| 28 |  | -		"docs": "typedoc src", | 
| 29 |  | -		"eslint": "eslint --ext .js,.jsx,.ts,.tsx --cache --fix .", | 
| 30 |  | -		"eslint:check": "eslint --ext .js,.jsx,.ts,.tsx --cache .", | 
| 31 |  | -		"lint": "yarn prettier && yarn eslint", | 
| 32 |  | -		"lint:check": "yarn prettier:check && yarn eslint:check", | 
| 33 |  | -		"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json}\"", | 
| 34 |  | -		"prettier:check": "prettier --check \"**/*{.ts,.tsx,.js,.jsx,.css,.json}\"", | 
| 35 |  | -		"test": "jest", | 
| 36 |  | -		"test:cov": "jest --collect-coverage", | 
| 37 |  | -		"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", | 
| 38 |  | -		"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch", | 
| 39 |  | -		"watch": "tsc -b --watch" | 
| 40 |  | -	}, | 
| 41 |  | -	"dependencies": { | 
| 42 |  | -		"@jupyterlab/nbformat": "^3.0.0 || ^4.0.0-alpha.15", | 
| 43 |  | -		"@lumino/coreutils": "^1.11.0 || ^2.0.0-alpha.6", | 
| 44 |  | -		"@lumino/disposable": "^1.10.0 || ^2.0.0-alpha.6", | 
| 45 |  | -		"@lumino/signaling": "^1.10.0 || ^2.0.0-alpha.6", | 
| 46 |  | -		"y-protocols": "^1.0.5", | 
| 47 |  | -		"yjs": "^13.5.40" | 
| 48 |  | -	}, | 
| 49 |  | -	"devDependencies": { | 
| 50 |  | -		"@types/jest": "^29.0.0", | 
| 51 |  | -    "@typescript-eslint/eslint-plugin": "^5.36.0", | 
| 52 |  | -    "@typescript-eslint/parser": "^5.36.0", | 
| 53 |  | -    "eslint": "^8.17.0", | 
| 54 |  | -    "eslint-config-prettier": "^8.5.0", | 
| 55 |  | -    "eslint-plugin-jest": "^27.0.0", | 
| 56 |  | -    "eslint-plugin-prettier": "^4.0.0", | 
| 57 |  | -    "jest": "^29.0.0", | 
| 58 |  | -    "prettier": "^2.6.0", | 
| 59 |  | -    "rimraf": "^3.0.0", | 
| 60 |  | -    "typescript": "^4.8.0" | 
| 61 |  | -	}, | 
| 62 |  | -	"publishConfig": { | 
| 63 |  | -		"access": "public" | 
| 64 |  | -	} | 
|  | 2 | +    "name": "@jupyter/ydoc", | 
|  | 3 | +    "version": "0.2.3", | 
|  | 4 | +    "type": "module", | 
|  | 5 | +    "description": "Jupyter document structures for collaborative editing using YJS", | 
|  | 6 | +    "homepage": "https://github.com/jupyter-server/jupyter_ydoc", | 
|  | 7 | +    "bugs": { | 
|  | 8 | +        "url": "https://github.com/jupyter-server/jupyter_ydoc/issues" | 
|  | 9 | +    }, | 
|  | 10 | +    "repository": { | 
|  | 11 | +        "type": "git", | 
|  | 12 | +        "url": "https://github.com/jupyter-server/jupyter_ydoc.git" | 
|  | 13 | +    }, | 
|  | 14 | +    "license": "BSD-3-Clause", | 
|  | 15 | +    "author": "Project Jupyter", | 
|  | 16 | +    "main": "lib/index.js", | 
|  | 17 | +    "types": "lib/index.d.ts", | 
|  | 18 | +    "directories": { | 
|  | 19 | +        "lib": "lib/" | 
|  | 20 | +    }, | 
|  | 21 | +    "files": [ | 
|  | 22 | +        "lib/**/*.{d.ts,js,js.map,json}" | 
|  | 23 | +    ], | 
|  | 24 | +    "scripts": { | 
|  | 25 | +        "build": "tsc -b", | 
|  | 26 | +        "build:test": "tsc --build tsconfig.test.json", | 
|  | 27 | +        "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", | 
|  | 28 | +        "docs": "typedoc src", | 
|  | 29 | +        "eslint": "eslint --ext .js,.jsx,.ts,.tsx --cache --fix .", | 
|  | 30 | +        "eslint:check": "eslint --ext .js,.jsx,.ts,.tsx --cache .", | 
|  | 31 | +        "lint": "yarn prettier && yarn eslint", | 
|  | 32 | +        "lint:check": "yarn prettier:check && yarn eslint:check", | 
|  | 33 | +        "prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json}\"", | 
|  | 34 | +        "prettier:check": "prettier --check \"**/*{.ts,.tsx,.js,.jsx,.css,.json}\"", | 
|  | 35 | +        "test": "jest", | 
|  | 36 | +        "test:cov": "jest --collect-coverage", | 
|  | 37 | +        "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", | 
|  | 38 | +        "test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch", | 
|  | 39 | +        "watch": "tsc -b --watch" | 
|  | 40 | +    }, | 
|  | 41 | +    "dependencies": { | 
|  | 42 | +        "@jupyterlab/nbformat": "^3.0.0 || ^4.0.0-alpha.15", | 
|  | 43 | +        "@lumino/coreutils": "^1.11.0 || ^2.0.0-alpha.6", | 
|  | 44 | +        "@lumino/disposable": "^1.10.0 || ^2.0.0-alpha.6", | 
|  | 45 | +        "@lumino/signaling": "^1.10.0 || ^2.0.0-alpha.6", | 
|  | 46 | +        "y-protocols": "^1.0.5", | 
|  | 47 | +        "yjs": "^13.5.40" | 
|  | 48 | +    }, | 
|  | 49 | +    "devDependencies": { | 
|  | 50 | +        "@types/jest": "^29.0.0", | 
|  | 51 | +        "@typescript-eslint/eslint-plugin": "^5.36.0", | 
|  | 52 | +        "@typescript-eslint/parser": "^5.36.0", | 
|  | 53 | +        "eslint": "^8.17.0", | 
|  | 54 | +        "eslint-config-prettier": "^8.5.0", | 
|  | 55 | +        "eslint-plugin-jest": "^27.0.0", | 
|  | 56 | +        "eslint-plugin-prettier": "^4.0.0", | 
|  | 57 | +        "jest": "^29.0.0", | 
|  | 58 | +        "prettier": "^2.6.0", | 
|  | 59 | +        "rimraf": "^3.0.0", | 
|  | 60 | +        "typescript": "^4.8.0" | 
|  | 61 | +    }, | 
|  | 62 | +    "publishConfig": { | 
|  | 63 | +        "access": "public" | 
|  | 64 | +    } | 
| 65 | 65 | } | 
0 commit comments