refactor(global): revise package.json

This commit is contained in:
Wing-Kam Wong
2022-10-29 14:00:50 +08:00
parent cdf1c8c7d5
commit 9f8a137c46
6 changed files with 86 additions and 9 deletions

View File

@@ -1,5 +1,20 @@
{
"name": "root",
"name": "nocodb-root",
"description": "NocoDB Root",
"private": true,
"author": {
"name": "NocoDB Inc",
"url": "https://nocodb.com/"
},
"homepage": "https://github.com/nocodb/nocodb",
"repository": {
"type": "git",
"url": "https://github.com/nocodb/nocodb.git"
},
"bugs": {
"url": "https://github.com/nocodb/nocodb/issues"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.0.0",
"cross-env": "^7.0.3",