feat: init component and www packages

This commit is contained in:
Anoop M D
2021-12-03 21:42:22 +05:30
parent 17d2a2a674
commit 93df006214
12 changed files with 13154 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "@grafnode/components",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grafnode/grafnode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/grafnode/grafnode/issues"
},
"homepage": "https://github.com/grafnode/grafnode#readme"
}