mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 23:06:39 +00:00
refactor(global): revise package.json
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
{
|
||||
"name": "nc-gui",
|
||||
"description": "NocoDB Frontend",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "NocoDB",
|
||||
"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",
|
||||
"web-types": "web-types.json",
|
||||
"scripts": {
|
||||
"build": "nuxi build",
|
||||
|
||||
Reference in New Issue
Block a user