gauntlet/package.json
2024-04-06 20:02:32 +02:00

17 lines
288 B
JSON

{
"name": "project-gauntlet",
"private": true,
"scripts": {
"build": "npm run build --workspaces --if-present"
},
"workspaces": [
"js/typings",
"js/build",
"js/api_build",
"js/deno",
"js/api",
"js/react",
"js/core",
"js/react_renderer"
]
}