-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 908 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 908 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
{
"name": "moomin",
"version": "0.0.7",
"description": "Server http moomin",
"main": "index.js",
"private": true,
"engines": {
"go": "1.16"
},
"os": [
"darwin",
"linux",
"win32"
],
"contributors": [
"stephen@epyo.eu"
],
"scripts": {
"build": "make",
"clean": "make clean",
"docker:run": "sudo docker-compose up -d",
"docker:scale": "sudo docker-compose up -d --scale=server=2",
"docker:stop": "docker-compose down -v",
"docker:log": "sudo docker-compose logs --tail='all'",
"docker:destroy": "docker-compose down -v --rmi all --remove-orphans",
"svn": "bash scripts/release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephendltg/moomin.git"
},
"keywords": [
"golang"
],
"author": "stephen@epyo.eu",
"license": "ISC",
"homepage": "https://github.com/stephendltg/moomin#readme"
}