-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.28 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
{
"name": "4me-app-builder",
"repository": {
"type": "git",
"url": "git://github.com/code4me/4me-app-builder-nodejs.git"
},
"version": "0.0.1",
"description": "Sample JavaScript code to define and update app offerings for integrations in 4me",
"main": "library/bootstrap.js",
"scripts": {
"bootstrap": "node library/bootstrap.js",
"deploy-typeform": "node typeform/deploy_integration.js",
"deploy-note-dispatcher": "node note-dispatcher/deploy_integration.js",
"deploy-lansweeper": "node lansweeper/deploy_integration.js",
"deploy-slack": "node slack/deployment.js",
"test": "jest --silent"
},
"author": "4me, Inc",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-cloudformation": "3.726.1",
"@aws-sdk/client-secrets-manager": "3.726.1",
"@aws-sdk/client-sqs": "3.726.1",
"@aws-sdk/client-sts": "3.726.1",
"@aws-sdk/credential-providers": "3.726.1",
"@aws-sdk/util-credentials": "3.56.0",
"axios": "1.7.9",
"form-data": "^4.0.0",
"jose": "5.9.6",
"promptly": "3.2.0"
},
"devDependencies": {
"esbuild": "0.24.2",
"jest": "^29.7.0",
"json5": "2.2.3",
"rimraf": "6.0.1"
}
}