-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.49 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
{
"name": "th-nodelta-batch-template",
"version": "1.0.0",
"description": "Template for automations - No Delta Batch flow",
"main": "src/index.ts",
"scripts": {
"compile": "tsc",
"build": "tsc && webpack && zip -j dist/artifact.zip build/*",
"test": "jest",
"test:coverage": "yarn run test --coverage",
"test:badges": "yarn run test:coverage && make-coverage-badge"
},
"license": "UNLICENSED",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/preset-typescript": "^7.12.16",
"@types/aws-lambda": "^8.10.72",
"@types/bluebird": "^3.5.36",
"@types/jest": "^26.0.20",
"@types/luxon": "^2.0.9",
"@types/node": "^14.14.27",
"@types/request": "^2.48.5",
"@types/sax": "^1.2.1",
"aws-sdk-mock": "^5.1.0",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"cache-loader": "^4.1.0",
"copy-webpack-plugin": "^8.1.0",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"jest": "^26.6.3",
"make-coverage-badge": "^1.2.0",
"ts-jest": "^26.5.1",
"ts-loader": "^8.0.17",
"typescript": "^4.2.0",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@4success/tunnelhub-sdk": "^1.0.112",
"aws-sdk-mock": "^5.1.0",
"aws-xray-sdk-core": "^3.2.0",
"bluebird": "^3.7.2",
"fast-xml-parser": "^4.0.8",
"got": "^11.8.1",
"luxon": "^2.3.0",
"soap": "^0.36.0",
"string-mask": "^0.3.0"
}
}