-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "@aleios-cloud/eventbridge-toolbox",
"version": "0.2.0",
"description": "",
"main": "index.js",
"repository": "https://github.com/aleios-cloud/eventbridge-toolbox.git",
"scripts": {
"test": "vitest run",
"lint-fix": "eslint . --ext=js,ts --fix",
"lint-test": "eslint . --ext=js,ts"
},
"files": [
"dist",
"src"
],
"module": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@aws-sdk/client-lambda": "^3.382.0",
"@types/aws-lambda": "^8.10.119",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"aws-cdk": "^2.89.0",
"aws-cdk-lib": "^2.89.0",
"constructs": "^10.0.0",
"esbuild": "^0.18.17",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.0.0",
"rimraf": "^5.0.1",
"ts-json-schema-generator": "^1.2.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.1"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.391.0",
"@aws-sdk/client-eventbridge": "^3.386.0",
"aws-lambda": "^1.0.7"
}
}