manifold/package.json
James Grugett 0eac8d9c5c
Yarn workspaces (#42)
* Try yarn workspaces

* Add versions to sub package.json files
2022-02-01 15:25:51 -06:00

13 lines
170 B
JSON

{
"name": "mantic",
"private": true,
"workspaces": [
"common",
"functions",
"web"
],
"scripts": {},
"dependencies": {},
"devDependencies": {}
}