Skip to content

Commit

Permalink
Update package.json description
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbetz committed Dec 10, 2022
1 parent 5a2e778 commit 14a5713
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joshbetz/memcached",
"version": "1.2.0",
"description": "",
"description": "Memcached client for modern Node JS",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -11,8 +11,16 @@
"jest": "jest",
"prepare": "npm run build"
},
"author": "",
"author": "Josh Betz",
"license": "MIT",
"keywords": [
"cache",
"cluster",
"failover",
"hashring",
"memcache",
"memcached"
],
"dependencies": {
"generic-pool": "^3.9.0",
"hashring": "^3.2.0"
Expand Down

0 comments on commit 14a5713

Please sign in to comment.