forked from Atlas-Authority/marketing-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.37 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "marketing-automation-engine",
"version": "0.1.0",
"description": "",
"main": "out/bin/main.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"once": "node out/bin/run-once.js",
"multiple": "node out/bin/verify-multiple-runs.js",
"download": "node out/bin/download.js",
"explain": "node out/bin/check-licenses.js",
"test": "jest",
"test-watch": "jest --watch"
},
"dependencies": {
"@hubspot/api-client": "^3.2.6",
"@slack/web-api": "^6.0.0",
"ansi-regex": "^6.0.1",
"burner-email-providers": "^1.0.42",
"capitalize": "^2.0.3",
"chalk": "^4.1.2",
"chance": "^1.1.8",
"cli-progress": "^3.9.1",
"csv-stringify": "^5.6.1",
"dotenv": "^8.2.0",
"email-providers": "^1.0.3",
"flat": "^5.0.2",
"got": "^11.8.3",
"luxon": "^1.25.0",
"mustache": "^4.2.0",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/capitalize": "^2.0.0",
"@types/chance": "^1.1.3",
"@types/cli-progress": "^3.9.2",
"@types/flat": "^5.0.1",
"@types/jest": "^27.0.2",
"@types/luxon": "^1.25.1",
"@types/mustache": "^4.1.2",
"browserslist": ">=4.16.5",
"jest": "^27.2.5",
"path-parse": ">=1.0.7",
"set-value": "^4.1.0",
"tmpl": "^1.0.5",
"typescript": "^4.5.2",
"ws": ">=7.4.6"
},
"keywords": [],
"author": "",
"license": "ISC"
}