UNPKG

1.61 kBJSONView Raw
1{
2 "name": "gamecloud",
3 "version": "5.1.3",
4 "author": "bookmansoft <ceo@920.cc>",
5 "contributors": [
6 "bookmansoft <ceo@920.cc>"
7 ],
8 "license": "ISC",
9 "description": "game logic server over cloud",
10 "keywords": [
11 "gameserver",
12 "gamelogic",
13 "gamecloud",
14 "cloud",
15 "k8s"
16 ],
17 "engines": {
18 "node": ">=10.4.0"
19 },
20 "main": "index.js",
21 "scripts": {
22 "start": "pm2 startOrRestart pm2.config.js & pm2 monit",
23 "log": "pm2 startOrRestart pm2.config.js & pm2 log",
24 "stop": "pm2 delete pm2.config.js",
25 "commit": "cd config & db-migrate up --config migrations/gamecloud.json & cd..",
26 "rollback": "cd config & db-migrate reset --config migrations/gamecloud.json & cd..",
27 "dbinit": "cd config & db-migrate db:create gamecloud & db-migrate up --config migrations/gamecloud.json -e dev & cd.."
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/bookmansoft/gamecloud.git"
32 },
33 "bugs": {
34 "url": "https://github.com/bookmansoft/gamecloud/issues"
35 },
36 "homepage": "https://github.com/bookmansoft/gamecloud#readme",
37 "devDependencies": {
38 "db-migrate": "^0.11.6",
39 "db-migrate-mysql": "^1.1.10",
40 "mysql": "^2.17.1",
41 "redis": "^2.8.0"
42 },
43 "dependencies": {
44 "request-promise": "^4.2.4",
45 "javascript-state-machine": "^3.1.0",
46 "crc-32": "^1.2.0",
47 "express": "^4.17.1",
48 "http-proxy": "^1.17.0",
49 "mysql2": "^1.6.5",
50 "request": "^2.88.0",
51 "sequelize": "^5.10.1",
52 "socket.io": "^2.2.0",
53 "socket.io-client": "^2.2.0"
54 }
55}