forked from microsoft/FluidExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 954 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "root",
"private": true,
"description": "This codebase includes examples of collaborative applications built with the Fluid Framework. For documentation about the Fluid Framework, go to [FluidFramework.com](https://fluidframework.com/). The Fluid Framework repository lives at [Github.com/Microsoft/FluidFramework](https://github.com/microsoft/fluidframework).",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/FluidExamples.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/FluidFramework/issues"
},
"homepage": "https://github.com/microsoft/FluidExamples#readme",
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"syncpack": "^11.2.1"
},
"scripts": {
"fix-mismatches": "syncpack fix-mismatches --source */package.json",
"test-versions": "syncpack list-mismatches --source */package.json"
}
}