-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 804 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
{
"name": "redis-cluster-service",
"version": "1.0.6",
"description": "github action to install redis server and redis cluster as service for ubuntu-latest",
"main": "dist/index.js",
"scripts": {
"build": "NODE_ENV=production ncc build index.js -o dist --minify",
"watch": "NODE_ENV=production ncc build index.js -w -o dist --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pfapi/redis-cluster-service.git"
},
"keywords": ["github", "action", "ubuntu-latest", "redis", "cluster", "service"],
"author": "Sam Wen",
"license": "MIT",
"bugs": {
"url": "https://github.com/pfapi/redis-cluster-service/issues"
},
"homepage": "https://github.com/pfapi/redis-cluster-service#readme",
"dependencies": {
"@vercel/ncc": "^0.34.0"
}
}