{
  "name": "@nomyx/decentranet",
  "version": "1.0.1",
  "description": "A library for managing multi-context objects in distributed applications",
  "publisher": "Nomyx, Inc.",
  "author": "Sebastian Schepis",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nomyx-io/decentranet.git"
  },
  "main": "dist/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "test": "jest",
    "start": "node dist/index.js",
    "build": "tsc"
  },
  "keywords": [
    "multi-context",
    "distributed",
    "objects",
    "typescript"
  ],
  "license": "ISC",
  "dependencies": {
    "express": "^4.19.2",
    "fast-json-patch": "^3.1.1",
    "fuse.js": "^7.0.0",
    "gun": "^0.2020.1239",
    "socket.io": "^4.7.5",
    "vm2": "^3.9.19"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.4",
    "typescript": "^4.9.5"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  }
}
