@graffy/common
Version:
Common libraries that used by various Graffy modules.
24 lines • 705 B
JSON
{
"name": "@graffy/common",
"description": "Common libraries that used by various Graffy modules.",
"author": "aravind (https://github.com/aravindet)",
"version": "0.15.3-beta.2",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./types/index.d.ts",
"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",
"global": "^4.4.0",
"@graffy/testing": "0.15.3-beta.2",
"merge-async-iterators": "^0.2.1",
"@graffy/stream": "0.15.3-beta.2"
}
}