diff --git a/package-lock.json b/package-lock.json index 2ae9904..09bac46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,8 @@ "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "ethers": "^6.16.0", - "siwe": "^3.0.0" + "siwe": "^3.0.0", + "stripe": "^18.3.0" } }, "node_modules/@adraffy/ens-normalize": { diff --git a/package.json b/package.json index c900378..4e72752 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "ajv-formats": "^3.0.1", "ethers": "^6.16.0", "siwe": "^3.0.0", - "@neondatabase/serverless": "^1.0.0" + "@neondatabase/serverless": "^1.0.0", + "stripe": "^18.3.0" } }