waveterm/tsunami/templates/package.json.tmpl
Mike Sawka 50cc08a769
add tsunami view in wave (#2350)
checkpoint.  good to merge.  we have a working tsunami view inside of wave (with lots of caveats).  but enough for some dev testing.  merge so we dont drift too far from main and while we're at a stable point.
2025-09-15 12:58:59 -07:00

16 lines
319 B
Cheetah

{
"name": "tsunami-scaffold",
"version": "1.0.0",
"main": "index.js",
"keywords": [],
"license": "Apache-2.0",
"description": "",
"author": {
"name": "Command Line Inc",
"email": "info@commandline.dev"
},
"dependencies": {
"@tailwindcss/cli": "^4.1.13",
"tailwindcss": "^4.1.13"
}
}