-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 954 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
{
"name": "nestjs-memoize-endpoint",
"version": "1.2.3",
"description": "A NestJS decorator that memoize endpoint results based on the given parameters, improving performance and response times.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "Kağan Küçük",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kaankucukx/nestjs-memoize-endpoint.git"
},
"devDependencies": {
"typescript": "5.0.4"
},
"keywords": [
"nestjs",
"memoize",
"caching",
"decorator",
"api",
"endpoint",
"performance",
"optimization",
"ttl",
"cache",
"server",
"memory",
"response",
"time",
"load",
"database",
"backend",
"pod",
"kubernetes"
],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
}
}