{
  "name": "@nucleoidjs/synapses",
  "version": "1.0.13",
  "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": {
    "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/NucleoidJS/synapses.git"
  },
  "bugs": {
    "url": "https://github.com/NucleoidJS/synapses/issues"
  }
}
