@oobleck/fluid-backend
Version:
Fluid Framework backend for nteract RTC
67 lines (66 loc) • 2.02 kB
JSON
{
"name": "@oobleck/fluid-backend",
"version": "0.1.0-experimental-20210901",
"description": "Fluid Framework backend for nteract RTC",
"repository": "https://github.com/alpaix/oobleck",
"keywords": [
"collaboration",
"fluid",
"graphql",
"jupyter",
"jupyter-notebook",
"nteract",
"rtc"
],
"author": "Alex Panov <alpaix@outlook.com>",
"license": "BSD-3-Clause",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"scripts": {
"build": "rimraf dist && yarn tsc && yarn build:assets",
"build:assets": "copyfiles -u 1 src/**/*.gql lib/",
"build:rollup": "rollup -c",
"clean": "rimraf dist",
"test": "jest",
"tsc": "tsc"
},
"peerDependencies": {
"graphql": "^15.5.0"
},
"dependencies": {
"graphql": "^15.5.0"
},
"devDependencies": {
"@fluid-experimental/fluid-framework": "^0.44.0",
"@fluid-experimental/frs-client": "^0.44.0",
"@fluid-experimental/tinylicious-client": "^0.44.0",
"@fluidframework/cell": "^0.44.0",
"@graphql-tools/load": "^6.2.8",
"@graphql-tools/merge": "^6.2.14",
"@graphql-tools/schema": "^7.1.5",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-graphql": "^1.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.2",
"@rollup/plugin-replace": "^3.0.0",
"@types/debug": "^4.1.6",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"bufferutil": "^4.0.3",
"copyfiles": "^2.4.1",
"debug": "^4.3.2",
"eslint": "^7.31.0",
"rimraf": "^3.0.2",
"rollup": "^2.53.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-polyfill-node": "^0.6.2",
"rollup-plugin-typescript2": "^0.30.0",
"rxjs": "^6.6.0",
"rxjs-for-await": "^0.0.2",
"sillyname": "0.1.0",
"typescript": "~4.1.3",
"utf-8-validate": "^5.0.5",
"uuid": "^8.3.2"
}
}