-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "synthesis-subscriptions-functions",
"version": "1.0.0",
"description": "Sysnthesis serverless subscriptions function",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "ts-node-esm ./src/index.ts",
"cdk": "cdk"
},
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/aws-lambda": "^8.10.111",
"@types/jest": "^29.5.1",
"@types/jsdom": "^21.1.0",
"@types/lodash": "^4.14.194",
"@types/node": "^18.14.1",
"@types/uuid": "^9.0.1",
"@types/xml2js": "^0.4.11",
"aws-cdk": "2.79.1",
"esbuild": "^0.17.10",
"jest": "^29.5.0",
"puppeteer": "^19.7.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"aws-cdk-lib": "^2.79.1",
"canvas": "^2.11.0",
"chrome-aws-lambda": "10.1.0",
"constructs": "^10.0.0",
"dotenv": "^16.0.3",
"jsdom": "^21.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-fetch": "^3.3.0",
"openai": "^4.1.0",
"puppeteer-core": "10.1.0",
"reading-time": "^1.5.0",
"rss-parser": "^3.12.0",
"source-map-support": "^0.5.21"
}
}