@graffy/server
Version:
Node.js library for building an API for a Graffy store.
19 lines • 533 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.8-alpha.6",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/usegraffy/graffy.git"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@babel/runtime-corejs3": "^7.10.4",
"@graffy/common": "0.14.8-alpha.6",
"ws": "^7.3.0"
}
}