-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 821 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 821 Bytes
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": "@nucleoidai/react-event",
"version": "1.1.9",
"type": "module",
"description": "Event-driven alternative to React Context",
"main": "index.js",
"homepage": "https://nucleoid.com",
"license": "Apache-2.0",
"keywords": [
"react-event",
"useEvent",
"event"
],
"scripts": {
"test": "jest src"
},
"author": "NucTeam",
"dependencies": {
"chalk": "^4.1.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-jest": "^29.3.0",
"jest": "^29.3.0",
"prettier": "^2.8.1",
"react": "^18.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NucleoidAI/react-event.git"
},
"bugs": {
"url": "https://github.com/NucleoidAI/react-event/issues"
}
}