{
  "name": "absenat",
  "version": "1.0.3",
  "description": "dedicated messaging service core",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "messaging",
    "internet",
    "dedicated"
  ],
  "author": "mr-exception",
  "license": "ISC",
  "dependencies": {
    "chalk": "^2.4.2",
    "crypto": "^1.0.1",
    "express": "^4.16.4",
    "node-rsa": "^1.0.5",
    "path": "^0.12.7",
    "socket.io": "^2.2.0",
    "socket.io-client": "^2.2.0",
    "sqlite3": "^4.1.0",
    "uuid": "^3.3.3",
    "yargs": "^14.0.0"
  }
}