You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
378 B

{
"name": "bridge",
2 years ago
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2 years ago
"test": "echo \"Error: no test specified\" && exit 1"
},
2 years ago
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2 years ago
"lerna": "^7.4.2"
},
"workspaces": [
"packages/bridge-server",
"packages/bridge-ui",
"packages/bridge-shared"
]
}