@graffy/common
Version:
Common libraries that used by various Graffy modules.
21 lines • 610 B
JSON
{
"name": "@graffy/common",
"description": "Common libraries that used by various Graffy modules.",
"author": "aravind (https://github.com/aravindet)",
"version": "0.14.8-alpha.5",
"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",
"nanoid": "^3.1.10",
"text-encoder-lite": "^2.0.0",
"@graffy/stream": "0.14.8-alpha.5",
"merge-async-iterators": "^0.2.1"
}
}