{ "name": "@solana/wallet-standard-util", "version": "1.1.2", "author": "Solana Maintainers ", "repository": "https://github.com/solana-labs/wallet-standard", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "files": [ "lib", "src", "LICENSE" ], "engines": { "node": ">=16" }, "type": "module", "sideEffects": false, "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/types/index.d.ts", "exports": { "require": "./lib/cjs/index.js", "import": "./lib/esm/index.js", "types": "./lib/types/index.d.ts" }, "dependencies": { "@noble/curves": "^1.8.0", "@solana/wallet-standard-chains": "^1.1.1", "@solana/wallet-standard-features": "^1.3.0" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "shx": "^0.3.4", "ts-jest": "^29.2.5" }, "scripts": { "clean": "shx mkdir -p lib && shx rm -rf lib", "package": "shx mkdir -p lib/cjs && shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json", "test": "jest" } }