ToolJet/marketplace/package.json
Midhun G S 5f13755993
Feature/add couchbase support (#14518) (#15147)
* Feature/add couchbase support (#14518)

* Add support for couchbase

* Update readme

* Update query operation

---------

Co-authored-by: Midhun G S <gsmithun4@gmail.com>

* Fix: Couchbase UI fixes (#15194)

* Fix: couchbase ui fixes

* Feature/add couchbase support (#14518)

* Add support for couchbase

* Update readme

* Update query operation

---------

Co-authored-by: Midhun G S <gsmithun4@gmail.com>

* Fix: couchbase ui fixes

* ui-fix: removed AI tag from couchbase

---------

Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com>
Co-authored-by: Prajwal Pai <108796209+prajwal-pai77@users.noreply.github.com>
Co-authored-by: Midhun G S <gsmithun4@gmail.com>

* Feat: Add S3 upload script and command to package.json

* auto redirect has  been enabled

---------

Co-authored-by: Prajwal Pai <108796209+prajwal-pai77@users.noreply.github.com>
Co-authored-by: Sahil Dewangan <123866478+sahil7303@users.noreply.github.com>
Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com>
Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2026-02-18 21:21:01 +05:30

33 lines
No EOL
911 B
JSON

{
"name": "tooljet-marketplace",
"type": "module",
"workspaces": [
"plugins/*"
],
"version": "1.0.0",
"devDependencies": {
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"lerna": "^9.0.3",
"mime-types": "^2.1.35",
"prettier": "^2.8.7",
"recursive-readdir": "^2.2.3",
"ts-jest": "^29.0.5"
},
"peerDependencies": {
"typescript": "^4.9.5"
},
"scripts": {
"start:watch": "lerna run watch --stream --parallel",
"build": "npm run build --workspaces",
"start:dev": "npm run build && npm run start:watch",
"upload-to-s3": "bash scripts/upload-to-s3.sh",
"lint": "eslint . '**/*.ts'",
"format": "eslint . --fix '**/*.ts'"
}
}