gauntlet/js/package.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"
]
}