|
|
|
@ -1,9 +1,12 @@
|
|
|
|
|
{ |
|
|
|
|
"name": "nc-lib-gui-2", |
|
|
|
|
"version": "0.0.4", |
|
|
|
|
"description": "> TODO: description", |
|
|
|
|
"author": "“pranavxc” <pranavxc@gmail.com>", |
|
|
|
|
"homepage": "https://gitlab.com/xgenecloud-ts/xgenecloud-ts#readme", |
|
|
|
|
"description": "NocoDB GUI", |
|
|
|
|
"author": { |
|
|
|
|
"name": "NocoDB", |
|
|
|
|
"url": "https://nocodb.com/" |
|
|
|
|
}, |
|
|
|
|
"homepage": "https://github.com/nocodb/nocodb", |
|
|
|
|
"license": "AGPL-3.0-or-later", |
|
|
|
|
"main": "lib/XcLibGui.js", |
|
|
|
|
"directories": { |
|
|
|
@ -15,13 +18,13 @@
|
|
|
|
|
], |
|
|
|
|
"repository": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "git+ssh://git@gitlab.com/xgenecloud-ts/xgenecloud-ts.git" |
|
|
|
|
"url": "git+ssh://git@github.com:nocodb/nocodb.git" |
|
|
|
|
}, |
|
|
|
|
"scripts": { |
|
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1" |
|
|
|
|
}, |
|
|
|
|
"bugs": { |
|
|
|
|
"url": "https://gitlab.com/xgenecloud-ts/xgenecloud-ts/issues" |
|
|
|
|
"url": "https://github.com/nocodb/nocodb/issues" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"axios": "^0.19.2", |
|
|
|
|