clervo 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +17 -0
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "clervo",
3
+ "version": "0.0.0",
4
+ "description": "Prove the transaction before you sign. Clervo simulates your Solana transaction on a mainnet fork and tells you if signing it drains your wallet. (Name reserved; package coming soon.)",
5
+ "keywords": [
6
+ "solana",
7
+ "security",
8
+ "transaction",
9
+ "simulation",
10
+ "wallet",
11
+ "x402"
12
+ ],
13
+ "homepage": "https://clervo.dev",
14
+ "license": "MIT",
15
+ "author": "Clervo <mo@clervo.dev>",
16
+ "main": "index.js"
17
+ }