-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "intensiv-betten",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc -w",
"lint": "tslint '*.ts'"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/aws-sdk": "0.0.42",
"@types/node": "^13.9.0",
"serverless": "^1.64.1",
"serverless-dotenv-plugin": "^2.3.2",
"ts-node": "^8.6.2",
"tslint": "^5.5.0",
"tslint-config-standard": "^6.0.1",
"typescript": "^4.3.4"
},
"dependencies": {
"@types/pino": "^5.15.5",
"cheerio": "^1.0.0-rc.3",
"copy-webpack-plugin": "^5.1.1",
"fork-ts-checker-webpack-plugin": "^4.1.3",
"form-data": "^3.0.0",
"moment": "^2.24.0",
"node-html-parser": "^1.2.13",
"pino": "^5.16.0",
"pino-debug": "^1.3.0",
"pino-pretty": "^2.6.1",
"proxy-agent": "^3.1.1",
"request": "^2.88.2",
"serverless-webpack": "^5.3.1",
"ts-loader": "^6.2.1",
"typed-rest-client": "^1.7.1",
"unirest": "^0.6.0",
"webpack": "^4.41.6",
"webpack-node-externals": "^1.7.2"
}
}