3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-07 08:05:01 +00:00
zeppelin/config-checker/package.json
2025-05-23 01:23:16 +00:00

18 lines
352 B
JSON

{
"name": "config-checker",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.8.3",
"vite": "^6.3.5"
},
"dependencies": {
"monaco-editor": "^0.52.2",
"monaco-yaml": "^5.4.0"
}
}