Fixes #362 Reviewed-on: https://codeberg.org/munshkr/flok/pulls/364 Co-authored-by: Damián Silvani <munshkr@gmail.com> Co-committed-by: Damián Silvani <munshkr@gmail.com>
37 lines
839 B
JSON
37 lines
839 B
JSON
{
|
|
"name": "root",
|
|
"description": "Web-based P2P collaborative editor for live coding music and graphics",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://codeberg.org/munshkr/flok.git"
|
|
},
|
|
"scripts": {
|
|
"build": "lerna run build",
|
|
"check": "lerna run check",
|
|
"lint": "lerna run lint",
|
|
"format": "lerna run format"
|
|
},
|
|
"keywords": [
|
|
"codemirror",
|
|
"webrtc",
|
|
"websockets",
|
|
"live-coding",
|
|
"collaborative-editing"
|
|
],
|
|
"author": "Damián Silvani <munshkr@gmail.com>",
|
|
"license": "GPL-3.0+",
|
|
"bugs": {
|
|
"url": "https://codeberg.org/munshkr/flok/issues"
|
|
},
|
|
"homepage": "https://codeberg.org/munshkr/flok#readme",
|
|
"devDependencies": {
|
|
"lerna": "^6.5.1"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"dependencies": {
|
|
"react-rnd": "^10.4.1"
|
|
}
|
|
}
|