c119c44c13
When this is merged https://gitlab.com/ligolang/ligo-web-ide/ will be marked as deprecated. This MR does not hook up the webide build to the main CI. The CI integration will come in a subsequent MR for the sake of making review easier.
18 lines
327 B
JSON
18 lines
327 B
JSON
{
|
|
"name": "ligo-editor",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"description": "",
|
|
"scripts": {
|
|
"prestart": "cd packages/client && npm run build",
|
|
"start": ""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com:ligolang/ligo-web-ide.git"
|
|
}
|
|
}
|