-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 980 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 980 Bytes
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
{
"name": "@nelts/redis",
"version": "1.0.3",
"description": "The description of this project",
"main": "dist/index.js",
"source": "dist",
"repository": {
"type": "git",
"url": "git+https://github.com/nelts/redis.git"
},
"scripts": {
"dev": "nelts-server dev -m 1 -d @nelts/master",
"build": "rm -rf dist/ && tsc -d",
"start": "nelts-server start -d @nelts/master",
"restart": "nelts-server restart",
"stop": "nelts-server stop"
},
"keywords": [
"template",
"nelts"
],
"author": "cevio",
"license": "MIT",
"bugs": {
"url": "https://github.com/nelts/redis/issues"
},
"homepage": "https://github.com/nelts/redis#readme",
"devDependencies": {
"@nelts/cli": "^1.0.9",
"@nelts/master": "^1.0.45",
"@nelts/process": "^1.1.23",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@types/ioredis": "^4.0.15",
"ioredis": "^4.14.0",
"redis-commands": "^1.5.0"
}
}