{
	"name": "yufuchainsdk",
	"version": "1.1.3",
	"type": "module",
	"main": "dist/yufuchainsdk.es.js",
	"types": "dist/src/index.d.ts",
	"scripts": {
		"dev": "vite",
		"build": "tsc -b && vite build",
		"preview": "vite preview"
	},
	"dependencies": {
		"@grpc/grpc-js": "^1.13.4",
		"@scure/bip39": "^1.6.0",
		"@types/jsrsasign": "^10.5.15",
		"@types/node-forge": "^1.3.13",
		"@vf.js/pki": "latest",
		"axios": "^1.11.0",
		"chainmaker-wallet-jssdk": "2.2.0",
		"dsbridge": "^3.1.4",
		"gm-crypto": "^0.1.12",
		"google-protobuf": "^3.21.4",
		"grpc-web": "^1.5.0",
		"rollup-plugin-copy": "^3.5.0",
		"uuid": "^11.1.0",
		"vite": "^7.0.6"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	}
}