mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
14 lines
321 B
JSON
14 lines
321 B
JSON
{
|
|
"name": "foam",
|
|
"version": "0.0.1",
|
|
"description": "Foam",
|
|
"repository": "git@github.com:foambubble/foam.git",
|
|
"author": "Jani Eväkallio <jani.evakallio@gmail.com>",
|
|
"license": "MIT",
|
|
"private": "true",
|
|
"workspaces": ["packages/*"],
|
|
"scripts": {
|
|
"watch": "yarn workspace foam-vscode watch"
|
|
}
|
|
}
|