zkfold-smart-wallet-api
Version:
Smart Wallet API - Browser and extension compatible
59 lines (58 loc) • 1.5 kB
JSON
{
"name": "zkfold-smart-wallet-api",
"version": "1.4.8",
"description": "Smart Wallet API - Browser and extension compatible",
"main": "dist/smart-wallet-api.es.js",
"module": "dist/smart-wallet-api.es.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"wasm-bindings",
"src/proof.wasm"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkFold/smart-wallet-api.git"
},
"keywords": [
"cardano",
"wallet"
],
"author": "Vladimir Morozov, Vladimir Sinyakov",
"license": "BUSL-1.1",
"bugs": {
"url": "https://github.com/zkFold/smart-wallet-api/issues"
},
"homepage": "https://github.com/zkFold/smart-wallet-api#readme",
"devDependencies": {
"@eslint/js": "^9.25.1",
"@types/json-bigint": "^1.0.4",
"@types/node": "^22.15.2",
"@types/node-forge": "^1.3.13",
"@types/nodemailer": "^6.4.17",
"@vitejs/plugin-legacy": "^7.1.0",
"eslint": "^9.25.1",
"jsdom": "^26.1.0",
"terser": "^5.43.1",
"tsx": "^4.19.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
"vite": "^7.0.6",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
},
"dependencies": {
"@emurgo/cardano-serialization-lib-browser": "^14.1.1",
"@scure/bip39": "^1.5.0",
"axios": "^1.8.4",
"json-bigint": "^1.0.0",
"node-forge": "^1.3.1"
}
}