-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 970 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": "@mung-office/redux-socket",
"version": "0.4.0",
"type": "module",
"main": "lib/index.js",
"description": "redux and socket collaborator",
"dependencies": {
"@types/socket.io-client": "^1.4.34",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"react": "^16.13.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2"
},
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"publish": "npm publish --access public"
},
"eslintConfig": {
"extends": "react-app"
},
"repository": {
"type": "git",
"url": "https://github.com/pjt3591oo/redux-socket"
},
"author": "JeongTae Park <[email protected]> (https://github.com/pjt3591oo)",
"license": "MIT",
"keywords": [
"socket",
"socket.io",
"socketio",
"react",
"redux"
]
}