mirror of https://github.com/nocodb/nocodb
32 lines
659 B
32 lines
659 B
{ |
|
"name": "nc-lib-gui", |
|
"version": "0.98.4", |
|
"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" |
|
} |
|
} |