11{
2- "name" : " @sourceloop/cache" ,
3- "version" : " 3.0.8" ,
4- "description" : " A caching extension to cache methods." ,
5- "keywords" : [
6- " loopback-extension" ,
7- " loopback" ,
8- " cache" ,
9- " redis"
10- ],
11- "main" : " dist/index.js" ,
12- "types" : " dist/index.d.ts" ,
13- "engines" : {
14- "node" : " >=18"
15- },
16- "scripts" : {
17- "build" : " lb-tsc" ,
18- "build:watch" : " lb-tsc --watch" ,
19- "lint" : " npm run eslint && npm run prettier:check" ,
20- "lint:fix" : " npm run eslint:fix && npm run prettier:fix" ,
21- "prettier:cli" : " prettier \" **/*.ts\" \" **/*.js\" " ,
22- "prettier:check" : " npm run prettier:cli -- -l" ,
23- "prettier:fix" : " npm run prettier:cli -- --write" ,
24- "eslint" : " eslint --report-unused-disable-directives ." ,
25- "eslint:fix" : " npm run eslint -- --fix" ,
26- "pretest" : " npm run rebuild" ,
27- "test" : " lb-mocha --timeout=5000 --allow-console-logs \" dist/__tests__\" " ,
28- "posttest" : " npm run lint" ,
29- "test:dev" : " lb-mocha --timeout=5000 --allow-console-logs dist/__tests__/**/*.js && npm run posttest" ,
30- "clean" : " lb-clean dist *.tsbuildinfo .eslintcache" ,
31- "rebuild" : " npm run clean && npm run build" ,
32- "prune" : " npm prune --production" ,
33- "coverage" : " nyc npm run test"
34- },
35- "repository" : {
36- "type" : " git" ,
37- "url" : " https://github.com/sourcefuse/loopback4-microservice-catalog.git"
38- },
39- "author" : " Sourcefuse" ,
40- "license" : " MIT" ,
41- "files" : [
42- " README.md" ,
43- " dist" ,
44- " src" ,
45- " !*/__tests__"
46- ],
47- "peerDependencies" : {
48- "@loopback/core" : " ^6.0.2"
49- },
50- "dependencies" : {
51- "@loopback/core" : " ^6.0.2" ,
52- "@loopback/repository" : " ^7.0.2" ,
53- "@loopback/rest" : " ^14.0.2" ,
54- "@loopback/rest-explorer" : " ^7.0.2" ,
55- "@sourceloop/core" : " ^15.0.1" ,
56- "tslib" : " ^2.6.2" ,
57- "winston" : " ^3.13.0"
58- },
59- "devDependencies" : {
60- "@istanbuljs/nyc-config-typescript" : " ^1.0.2" ,
61- "@loopback/build" : " ^11.0.2" ,
62- "@loopback/eslint-config" : " ^15.0.3" ,
63- "@loopback/testlab" : " ^7.0.1" ,
64- "@types/dotenv" : " ^8.2.0" ,
65- "@types/node" : " ^20.12.7" ,
66- "dotenv" : " ^16.4.5" ,
67- "eslint" : " ^8.57.0" ,
68- "loopback-connector-kv-redis" : " ^4.0.0" ,
69- "mochawesome" : " ^7.1.3" ,
70- "source-map-support" : " ^0.5.21" ,
71- "typescript" : " ^5.4.5"
72- },
73- "publishConfig" : {
74- "registry" : " https://registry.npmjs.org/" ,
75- "access" : " public"
76- },
77- "typedoc" : {
78- "config" : {
79- "entryPoints" : [
80- " src/index.ts"
81- ],
82- "out" : " packages/cache" ,
83- "plugin" : [
84- " typedoc-plugin-markdown"
85- ]
2+ "name" : " @sourceloop/cache" ,
3+ "version" : " 3.0.8" ,
4+ "description" : " A caching extension to cache methods." ,
5+ "keywords" : [
6+ " loopback-extension" ,
7+ " loopback" ,
8+ " cache" ,
9+ " redis"
10+ ],
11+ "main" : " dist/index.js" ,
12+ "types" : " dist/index.d.ts" ,
13+ "engines" : {
14+ "node" : " >=18"
15+ },
16+ "scripts" : {
17+ "build" : " lb-tsc" ,
18+ "build:watch" : " lb-tsc --watch" ,
19+ "lint" : " npm run eslint && npm run prettier:check" ,
20+ "lint:fix" : " npm run eslint:fix && npm run prettier:fix" ,
21+ "prettier:cli" : " prettier \" **/*.ts\" \" **/*.js\" " ,
22+ "prettier:check" : " npm run prettier:cli -- -l" ,
23+ "prettier:fix" : " npm run prettier:cli -- --write" ,
24+ "eslint" : " eslint --report-unused-disable-directives ." ,
25+ "eslint:fix" : " npm run eslint -- --fix" ,
26+ "pretest" : " npm run rebuild" ,
27+ "test" : " lb-mocha --timeout=5000 --allow-console-logs \" dist/__tests__\" " ,
28+ "posttest" : " npm run lint" ,
29+ "test:dev" : " lb-mocha --timeout=5000 --allow-console-logs dist/__tests__/**/*.js && npm run posttest" ,
30+ "clean" : " lb-clean dist *.tsbuildinfo .eslintcache" ,
31+ "rebuild" : " npm run clean && npm run build" ,
32+ "prune" : " npm prune --production" ,
33+ "coverage" : " nyc npm run test"
34+ },
35+ "repository" : {
36+ "type" : " git" ,
37+ "url" : " https://github.com/sourcefuse/loopback4-microservice-catalog.git"
38+ },
39+ "author" : " Sourcefuse" ,
40+ "license" : " MIT" ,
41+ "files" : [
42+ " README.md" ,
43+ " dist" ,
44+ " src" ,
45+ " !*/__tests__"
46+ ],
47+ "peerDependencies" : {
48+ "@loopback/core" : " ^6.1.6"
49+ },
50+ "dependencies" : {
51+ "@loopback/core" : " ^6.1.6" ,
52+ "@loopback/repository" : " ^7.0.9" ,
53+ "@loopback/rest" : " ^14.0.9" ,
54+ "@loopback/rest-explorer" : " ^7.0.9" ,
55+ "@sourceloop/core" : " ^15.0.1" ,
56+ "tslib" : " ^2.6.2" ,
57+ "winston" : " ^3.17.0"
58+ },
59+ "devDependencies" : {
60+ "@istanbuljs/nyc-config-typescript" : " ^1.0.2" ,
61+ "@loopback/build" : " ^11.0.8" ,
62+ "@loopback/eslint-config" : " ^15.0.4" ,
63+ "@loopback/testlab" : " ^7.0.8" ,
64+ "@types/dotenv" : " ^8.2.0" ,
65+ "@types/node" : " ^20.12.7" ,
66+ "dotenv" : " ^16.4.5" ,
67+ "eslint" : " ^8.57.0" ,
68+ "loopback-connector-kv-redis" : " ^4.0.0" ,
69+ "mochawesome" : " ^7.1.3" ,
70+ "source-map-support" : " ^0.5.21" ,
71+ "typescript" : " ^5.4.5"
72+ },
73+ "publishConfig" : {
74+ "registry" : " https://registry.npmjs.org/" ,
75+ "access" : " public"
76+ },
77+ "typedoc" : {
78+ "config" : {
79+ "entryPoints" : [
80+ " src/index.ts"
81+ ],
82+ "out" : " packages/cache" ,
83+ "plugin" : [
84+ " typedoc-plugin-markdown"
85+ ]
86+ }
8687 }
87- }
88- }
88+ }
0 commit comments