-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 897 Bytes
/
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
{
"name": "signs-rooms",
"version": "0.2.0",
"description": "signs-js + socket.io",
"main": "dist",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pirropirro/signs-rooms.git"
},
"author": "pirropirro",
"license": "MIT",
"bugs": {
"url": "https://github.com/pirropirro/signs-rooms/issues"
},
"homepage": "https://github.com/pirropirro/signs-rooms#readme",
"dependencies": {
"path-match": "^1.2.4",
"path-to-regexp": "^3.0.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"@types/express": "4.0.35",
"@types/lodash": "^4.14.120",
"@types/node-fetch": "^2.1.5",
"@types/path-to-regexp": "^1.7.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"signs-js": "^0.4.5",
"typescript": "^3.0.3"
},
"peerDependencies": {
"signs-js": "^0.4.5"
}
}