-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 KB
/
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
{
"name": "@storehouse/redis-om",
"version": "0.4.7",
"description": "Redis OM manager for @storehouse/core",
"main": "lib/index.js",
"scripts": {
"doc": "typedoc",
"build": "tsc",
"lint": "eslint src/**/*.ts",
"test": "kaukau --require ts-node/register --config kaukau-src.js",
"testlib": "kaukau --config kaukau-lib.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kisiwu/storehouse-redis-om.git"
},
"keywords": [
"storehouse",
"redis-om"
],
"author": "demingongo",
"license": "MIT",
"bugs": {
"url": "https://github.com/kisiwu/storehouse-redis-om/issues"
},
"homepage": "https://kisiwu.github.io/storehouse/redis-om/latest/",
"devDependencies": {
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.6",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^8.57.0",
"kaukau": "^4.0.0",
"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typescript": "^5.6.3"
},
"dependencies": {
"@novice1/logger": "^1.5.0",
"@storehouse/core": "^1.1.1",
"redis": "^4.7.0",
"redis-om": "^0.4.6",
"tslib": "^2.8.0"
}
}