-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
68 lines (68 loc) · 1.89 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "strautomator-core",
"version": "25.24.11823",
"description": "Strautomator.com core engine",
"author": "Igor Ramadas",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/strautomator/core.git"
},
"scripts": {
"prepare": "tsc"
},
"dependencies": {
"@google-cloud/aiplatform": "^3.34.0",
"@google-cloud/firestore": "^7.11.0",
"@google-cloud/storage": "^7.15.0",
"@google-cloud/vertexai": "^1.9.2",
"@googlemaps/google-maps-services-js": "^3.4.0",
"@mapbox/polyline": "^1.2.1",
"@paddle/paddle-node-sdk": "^2.3.2",
"@rapideditor/country-coder": "^5.3.1",
"anyhow": "^3.4.0",
"axios": "^0.29.0",
"bitecache": "^1.3.3",
"bottleneck": "^2.19.5",
"core-js": "^3.40.0",
"dayjs": "^1.11.13",
"flatbush": "^3.3.1",
"ical-generator": "8.1.0",
"jaul": "^1.7.1",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"nodemailer": "^6.9.16",
"paypal-rest-sdk": "^1.8.1",
"setmeup": "^1.9.5",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/nodemailer": "^6.4.17",
"chai": "^4.5.0",
"chalk": "^4.1.2",
"mocha": "^11.1.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^17.1.0"
},
"peerDependencies": {
"express": "^4.18.2"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": false,
"arrowParens": "always",
"bracketSpacing": false,
"printWidth": 250
},
"nyc": {
"reporter": "lcov",
"temp-dir": "./coverage"
}
}