mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
32 lines
666 B
JSON
32 lines
666 B
JSON
{
|
|
"name": "nc-lib-gui",
|
|
"version": "0.301.0",
|
|
"description": "NocoDB GUI",
|
|
"author": {
|
|
"name": "NocoDB",
|
|
"url": "https://nocodb.com/"
|
|
},
|
|
"homepage": "https://github.com/nocodb/nocodb",
|
|
"license": "Sustainable Use License",
|
|
"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"
|
|
}
|
|
} |