UNPKG

1.2 kBJSONView Raw
1{
2 "name": "@financial-times/s3o-lambda",
3 "description": "Authenticate AWS Lambda handlers with S3O",
4 "main": "index.js",
5 "scripts": {
6 "precommit": "make verify && node_modules/.bin/secret-squirrel",
7 "prepush": "make unit-test",
8 "commitmsg": "node_modules/.bin/secret-squirrel-commitmsg"
9 },
10 "jest": {
11 "testEnvironment": "node",
12 "coverageReporters": [
13 "json",
14 "lcov",
15 "html",
16 "text",
17 "text-summary"
18 ]
19 },
20 "engines": {
21 "node": ">= 8.10.0"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/Financial-Times/s3o-lambda.git"
26 },
27 "keywords": [
28 "aws-lambda",
29 "lambda",
30 "s3o",
31 "ft"
32 ],
33 "license": "ISC",
34 "bugs": {
35 "url": "https://github.com/Financial-Times/s3o-lambda/issues"
36 },
37 "homepage": "https://github.com/Financial-Times/s3o-lambda#readme",
38 "dependencies": {
39 "@financial-times/s3o-middleware-utils": "^2.0.0",
40 "got": "^9.6.0"
41 },
42 "devDependencies": {
43 "@financial-times/n-gage": "3.4.2",
44 "jest": "^24.5.0",
45 "lolex": "^3.1.0",
46 "nock": "^10.0.6",
47 "npm-prepublish": "^1.2.3",
48 "set-cookie-parser": "^2.3.5"
49 },
50 "version": "2.0.2"
51}