mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"name": "project-gauntlet",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm run build --workspaces --if-present"
|
|
},
|
|
"workspaces": [
|
|
"binary",
|
|
"core",
|
|
"dev_plugin",
|
|
"react",
|
|
"react_renderer",
|
|
"typings",
|
|
"api"
|
|
]
|
|
}
|