-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
88 lines (88 loc) · 1.97 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@eufelipemateus/game-bingo",
"version": "2.0.7",
"description": "Jogo de Bingo Multiplayer Online",
"main": "._build/server.js",
"engines": {
"node": ">=14.17.6"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"serve": "nodemon --watch \"src/**/*\" -e ts --exec \"ts-node -r tsconfig-paths/register\" ./src/Server.ts",
"start": "node ./._build/Server.js",
"lint:ts:base": "tslint --project tsconfig.json --config tslint.json",
"lint:ts": "npm run lint:ts:base \"src/**/*.ts\"",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eufelipemateus/game-bingo.git"
},
"dependencies": {
"@types/express": "^4.17.15",
"express": "^4.18.2",
"express-session": "~1.17.3",
"socket.io": "^4.5.0"
},
"devDependencies": {
"@types/node": "^14.17.5",
"@types/socket.io": "^2.1.12",
"dotenv": "^8.6.0",
"lint-staged": "^11.2.6",
"nodemon": "^2.0.20",
"ts-node": "3.3.0",
"tsconfig-paths": "3.9.0",
"tslint": "5.7.0",
"typescript": "^4.3.5"
},
"keywords": [
"Bingo",
"Multiplayer",
"Jogo",
"Game",
"Online",
"Cassino",
"Online",
"Game",
"multiplaer",
"Online",
"Express",
"HTML5",
"Typescript",
"Jogos-online",
"Learn",
"socket.io",
"realtime",
"developers",
"dev",
"realtime",
"Games",
"jogo",
"dev-pleno",
"jogos",
"geek",
"dom-html",
"dev-junior",
"runtime",
"DOM-Element",
"brazil",
"game",
"jogo-tabuleiro",
"fun",
"full-stack-developer",
"Dom"
],
"author": {
"name": "Felipe Mateus",
"email": "eu@felipemateus.com",
"url": "https://eufelipemateus.com/"
},
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/eufelipemateus/game-bingo/issues"
},
"homepage": "https://github.com/eufelipemateus/game-bingo",
"publishConfig": {
"registry":"https://npm.pkg.github.com"
}
}