19 lines
343 B
JSON
19 lines
343 B
JSON
|
|
{
|
||
|
|
"name": "wisp-client",
|
||
|
|
"private": true,
|
||
|
|
"license": "MIT",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc -b && vite build"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"libsodium-wrappers": "^0.8.4"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/libsodium-wrappers": "^0.7.14",
|
||
|
|
"typescript": "^5.6.2",
|
||
|
|
"vite": "^5.4.8"
|
||
|
|
}
|
||
|
|
}
|