You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
521 B
JSON
20 lines
521 B
JSON
{
|
|
"name": "@stele1/montserrat-editor",
|
|
"version": "0.0.0-alpha-01",
|
|
"description": "an editor for stele1 projects",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"editor": "node entrypoint/launch-editor.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/stele-climbing/stele1-montserrat-editor.git"
|
|
},
|
|
"bin": {
|
|
"montserrat-editor": "entrypoint/launch-editor.js"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|