mirror of https://github.com/waku-org/waku-lab.git
19 lines
327 B
JSON
19 lines
327 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@waku/sdk": "^0.0.30-5674b0e.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|