mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 01:28:17 +00:00
* chore(renovate): Update patch * chore(deps): update node version to 18.19.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
39 lines
831 B
JSON
39 lines
831 B
JSON
{
|
|
"name": "Noco",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"bin": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js",
|
|
"upgrade": "npm uninstall --save nocodb && npm install --save nocodb",
|
|
"build": "npx pkg . --out-path dist --compress GZip"
|
|
},
|
|
"pkg": {
|
|
"assets": [
|
|
"node_modules/**/*"
|
|
],
|
|
"targets": [
|
|
"node18-linux-arm64",
|
|
"node18-macos-arm64",
|
|
"node18-win-arm64",
|
|
"node18-linux-x64",
|
|
"node18-macos-x64",
|
|
"node18-win-x64"
|
|
]
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@nestjs/common": "^10.3.3",
|
|
"@nestjs/core": "^10.3.3",
|
|
"express": "^4.18.2",
|
|
"nocodb": "0.204.1"
|
|
},
|
|
"overrides": {
|
|
"sqlite3": "5.1.7"
|
|
}
|
|
}
|