mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:25:45 +00:00
refactor(global): revise package.json
This commit is contained in:
17
package.json
17
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user