UNPKG
innomind-vita
Version:
latest (0.0.1)
0.0.1
InnoMind Vita - AI-Powered Industrial Software Platform
innomind-vita
/
packages
/
studio
/
package.json
13 lines
•
324 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"@innomind-vita/studio"
,
"version"
:
"0.0.1"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"vite"
,
"build"
:
"vite build"
,
"build:browser"
:
"vite build"
,
"build:node"
:
"tsc -p tsconfig.node.json"
,
"build:electron"
:
"tsc -p tsconfig.electron.json"
,
"preview"
:
"vite preview"
}
}