mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 05:25:40 +00:00
15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"name": "nc-xcdb",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"sqlite3": "^5.0.2"
|
|
}
|
|
}
|