-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 996 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
38
39
40
{
"name": "@edenjs/socket",
"description": "",
"version": "2.6.0",
"dependencies": {
"@edenjs/session-store": "^0.0.5",
"cookie-parser": "^1.4.6",
"express-session": "^1.17.2",
"node-fetch": "^2.6.1",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"uuid": "^8.3.2"
},
"engines": {
"node": ">= 8.0.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eden-js/socket.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eden-js/socket/issues"
},
"homepage": "https://github.com/eden-js/socket#readme",
"devDependencies": {
"@edenjs/eslint-config-eden": "^2.0.14",
"eslint": "^7.8.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"install": "^0.13.0"
}
}