-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "@quizizz/redis",
"version": "0.3.4",
"description": "A simple redis wrapper using ioredis",
"main": "lib/index.js",
"scripts": {
"compile-ts": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akshendra/redis-wrapper.git"
},
"keywords": [
"redis",
"meta",
"js"
],
"author": "Akshendra Pratap Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/akshendra/redis-wrapper/issues"
},
"homepage": "https://github.com/akshendra/redis-wrapper#readme",
"dependencies": {
"ioredis": "5.3.2"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.28.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.23.4",
"typescript": "^4.4.4"
}
}