-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1007 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "memoose-js",
"version": "1.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"url": "https://github.com/anuragdalia/memoose-js"
},
"author": {
"name": "Anurag Dalia",
"url": "https://twitter.com/anuragdalia"
},
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "ts-node sample"
},
"dependencies": {
"object-hash": "^3.0.0"
},
"optionalDependencies": {
"ioredis": "^5.4.1",
"mongoose": "^8.4.4"
},
"devDependencies": {
"@types/object-hash": "^3.0.6",
"@types/node": "^20.14.9",
"typescript": "^5.5.2"
},
"keywords": [
"memoization",
"caching",
"performance-enhancement",
"data-caching",
"function-caching",
"cache-management",
"ttl-cache",
"nodejs-caching",
"async-cache",
"redis-cache",
"memory-cache",
"cache-keys",
"cache-provider",
"efficient-computing",
"api-caching",
"decorator-cache",
"server-side-cache"
]
}