-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 869 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
{
"name": "js-events-listener",
"version": "1.1.6",
"description": "Events Listener for javascript project (nodejs, reactjs & react-native)",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lequanghuylc/events-listener.git"
},
"keywords": [
"Event",
"listener",
"nodejs",
"reactjs",
"react-native",
"react hooks",
"state management"
],
"author": "Le Quang Huy",
"license": "ISC",
"bugs": {
"url": "https://github.com/lequanghuylc/events-listener/issues"
},
"homepage": "https://github.com/lequanghuylc/events-listener#readme",
"devDependencies": {
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"typescript": "^4.3.2"
}
}