We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c006be9 commit 1a550e7Copy full SHA for 1a550e7
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-bcrypt-cpp",
3
"version": "0.1.0",
4
- "description": "Bcrypt implemented in pure C++ and linked to React Native using Turbo Modules",
+ "description": "Next-gen React Native library for Bcrypt hashing, using pure C++ with Turbo Modules and multithreading for superior performance",
5
"source": "./src/index.tsx",
6
"main": "./lib/commonjs/index.js",
7
"module": "./lib/module/index.js",
0 commit comments