mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
660 B
32 lines
660 B
{ |
|
"name": "nc-lib-gui", |
|
"version": "0.203.0", |
|
"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": { |
|
"lib": "lib", |
|
"test": "__tests__" |
|
}, |
|
"files": [ |
|
"lib" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "git+ssh://git@github.com:nocodb/nocodb.git" |
|
}, |
|
"scripts": { |
|
"test": "echo \"Error: run tests from root\" && exit 1" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/nocodb/nocodb/issues" |
|
}, |
|
"dependencies": { |
|
"express": "^4.17.1" |
|
} |
|
} |