-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "celonis-project44-app",
"version": "1.0.0",
"description": "The purpose of this application is to demonstrate the use of integrating the project44 High-Velocity Supply Chain Platform with the Celonis Intelligent Business Cloud API.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"start:dev": "ENVIRONMENT=development PORT=3001 nodemon server.js"
},
"keywords": [
"celonis",
"project44",
"node.js",
"node"
],
"author": "Ken D. Nelson, Principal Solutions Engineer, project44, Inc.",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.620.1",
"@dsnp/parquetjs": "^1.7.0",
"apache-arrow": "^15.0.1",
"aws-sdk": "^2.1664.0",
"axios": "^1.7.3",
"cors": "^2.8.5",
"dayjs": "^1.11.10",
"express": "^4.18.3",
"form-data": "^4.0.0",
"formdata-node": "^6.0.3",
"http-status": "^1.7.4",
"node-cron": "^3.0.3",
"parquetjs": "^0.11.2",
"parquetjs-lite": "^0.8.7",
"stream": "^0.0.3",
"uuid": "^10.0.0",
"winston": "^3.12.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}