-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) Β· 1.86 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "middy-idempotent",
"version": "0.0.20",
"description": "An Idempotent Middleware for Middy",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx rollup -c",
"pub": "npx rollup -c && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/ibrahimcesar/middy-idempotent.git"
},
"author": {
"name": "Ibrahim Cesar",
"email": "[email protected]",
"url": "https://ibrahimcesar.cloud"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ibrahimcesar/middy-idempotent/issues"
},
"homepage": "https://github.com/ibrahimcesar/middy-idempotent",
"keywords": [
"Middy",
"Lambda",
"Middleware",
"Idempotence",
"Idempotent",
"Lambda"
],
"peerDependencies": {
"@middy/core": ">=2.0.0",
"@middy/http-json-body-parser": ">=2.0.0",
"ioredis": ">=4.26.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@types/aws-lambda": "^8.10.72",
"@types/ioredis": "^4.26.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"aws-cdk": "^1.89.0",
"aws-sdk": "^2.890.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-preset-minify": "^0.5.0",
"css-loader": "^5.2.0",
"esbuild": "^0.8.44",
"eslint": "^7.23.0",
"ioredis": "^4.27.2",
"prettier": "^2.2.1",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-node": "^9.1.1",
"typescript": "^3.4.3"
}
}