-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 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
45
46
47
48
49
50
51
52
{
"name": "@comicrelief/lambda-wrapper",
"version": "0.0.0-see.readme.for.semantic.release.process",
"description": "Lambda wrapper for all Comic Relief Serverless Projects",
"main": "dist/index.js",
"scripts": {
"lint": "eslint src tests",
"test": "jest --coverage",
"build": "babel src --out-dir dist --copy-files",
"prepublish": "yarn build"
},
"author": "Adam Clark",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/node": "^7.22.6",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@comicrelief/eslint-config": "^2.0.3",
"@types/jest": "^28.1.8",
"aws-sdk": "^2.1427.0",
"babel-jest": "^28.1.3",
"eslint": "^8.22.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^42.0.0",
"jest": "^29.6.2",
"nyc": "^15.1.0",
"semantic-release": "^22.0.5"
},
"peerDependencies": {
"aws-sdk": "^2.831.0"
},
"dependencies": {
"@sentry/node": "^6.19.7",
"alai": "1.0.3",
"async": "^3.2.4",
"axios": "^0.27.2",
"epsagon": "^1.123.3",
"useragent": "2.3.0",
"uuid": "^8.3.2",
"validate.js": "0.13.1",
"winston": "^3.10.0",
"xml2js": "^0.6.2"
}
}