26 lines
621 B
JSON
26 lines
621 B
JSON
{
|
|
"name": "server-worker",
|
|
"version": "0.1.0",
|
|
"type": "commonjs",
|
|
"main": "./src/index.js",
|
|
"typings": "./src/index.d.ts",
|
|
"dependencies": {
|
|
"@activepieces/pieces-framework": "0.14.1",
|
|
"@activepieces/server-shared": "0.0.2",
|
|
"@activepieces/shared": "0.15.2",
|
|
"write-file-atomic": "5.0.1",
|
|
"tslib": "2.6.2",
|
|
"axios": "1.8.3",
|
|
"axios-retry": "4.4.1",
|
|
"http-status-codes": "2.2.0",
|
|
"fastify": "5.4.0",
|
|
"p-limit": "2.3.0",
|
|
"async-mutex": "0.4.0",
|
|
"chalk": "4.1.2",
|
|
"chokidar": "3.6.0",
|
|
"ws": "8.18.3",
|
|
"nanoid": "3.3.8",
|
|
"tree-kill": "1.2.2"
|
|
}
|
|
}
|