-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 946 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
{
"name": "spawnpoint-redis",
"version": "3.0.0",
"description": "Redis Plugin for Spawnpoint on NPM",
"main": "spawnpoint-redis.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"precommit": "lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodecraft/spawnpoint-redis.git"
},
"keywords": [
"redis",
"spawnpoint"
],
"author": "Nodecraft, Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodecraft/spawnpoint-redis/issues"
},
"homepage": "https://github.com/nodecraft/spawnpoint-redis#readme",
"dependencies": {
"ioredis": "^5.2.2",
"redis-errors": "^1.2.0",
"spawnpoint": "*"
},
"devDependencies": {
"@nodecraft/eslint-config": "^19.0.0",
"eslint": "^8.21.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^43.0.2"
}
}