mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
* Render refactor * fixed the issue with commenting * fix clear cache api * enhanced the comment * fixed the issue with comment not fetched by action * issue with if condition intendation * testing clear and push commint comment * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * fix for comment trirgger * adding back to labels * adding back to labels * fixing fetching detail from api * fixing fetching detail from api * fixing fetching detail from api * fixing fetching detail from api * adding the comment option for triggerring * fix label trigger * fix label trigger * fix label trigger * fix label trigger * fix label trigger * adding failure notification on marketplace plugin failure * update s3 bucket upload script with error logs * update the aws/sdk package * Adding the github action url to the PR comment * Adding the output from s3 upload output for better understanding * fix the build error due common files issue * fix the build error due common files issue * adding the submdoule file
34 lines
910 B
JSON
34 lines
910 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",
|
|
"aws-sdk": "^2.1692.0",
|
|
"eslint": "^8.37.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"lerna": "^6.6.2",
|
|
"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",
|
|
"lint": "eslint . '**/*.ts'",
|
|
"format": "eslint . --fix '**/*.ts'"
|
|
},
|
|
"dependencies": {}
|
|
}
|