ihm_client/package.json

36 lines
928 B
JSON
Executable File

{
"name": "sdk_client",
"version": "1.0.0",
"type": "module",
"description": "Client SDK 4NK - Web5 Platform",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build_wasm": "wasm-pack build --out-dir ../ihm_client_dev3/pkg ../sdk_client --target bundler --dev",
"start": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"deploy": "sudo cp -r dist/* /var/www/html/",
"build:dist": "tsc -p tsconfig.build.json"
},
"keywords": [],
"author": "Nicolas Cantu",
"contributors": [
"Sosthene",
"Omar",
"Titouan"
],
"license": "ISC",
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.1",
"rimraf": "^6.0.1",
"typescript": "^5.3.3",
"vite": "^5.4.11",
"vite-plugin-static-copy": "^1.0.6"
},
"dependencies": {
"comlink": "^4.4.2",
"jose": "^6.0.11",
"vite-plugin-wasm": "^3.3.0"
}
}