@graffy/server
Version:
Node.js library for building an API for a Graffy store.
19 lines • 519 B
JSON
{
"name": "@graffy/server",
"description": "Node.js library for building an API for a Graffy store.",
"author": "aravind (https://github.com/aravindet)",
"version": "0.14.7-alpha.9",
"main": "index.js",
"source": "src/index.js",
"esnext": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/usegraffy/graffy.git"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "^7.9.2",
"@graffy/common": "0.14.7-alpha.9",
"ws": "^7.2.3"
}
}