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.
37 lines
926 B
37 lines
926 B
3 years ago
|
{
|
||
|
"name": "nc-lib-gui",
|
||
|
"version": "0.1.202",
|
||
|
"description": "> TODO: description",
|
||
|
"author": "“pranavxc” <pranavxc@gmail.com>",
|
||
|
"homepage": "https://gitlab.com/xgenecloud-ts/xgenecloud-ts#readme",
|
||
|
"license": "AGPL-3.0-or-later",
|
||
|
"main": "lib/XcLibGui.js",
|
||
|
"directories": {
|
||
|
"lib": "lib",
|
||
|
"test": "__tests__"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@gitlab.com/xgenecloud-ts/xgenecloud-ts.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://gitlab.com/xgenecloud-ts/xgenecloud-ts/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^0.19.2",
|
||
|
"body-parser": "^1.19.0",
|
||
|
"dayjs": "^1.10.4",
|
||
|
"emittery": "^0.7.1",
|
||
|
"express": "^4.17.1",
|
||
|
"multer": "^1.4.2",
|
||
|
"node-pty-prebuilt-multiarch": "^0.9.0",
|
||
|
"socket.io": "^2.3.0",
|
||
|
"vuedraggable": "^2.24.3"
|
||
|
}
|
||
|
}
|