-
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.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 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": "retobackendindra",
"version": "1.0.0",
"description": "Reto Tecnico para Indra usando Serverless, Lambda AWS y TypeScript",
"main": "index.js",
"scripts": {
"dev": "serverless offline start",
"deploy": "serverless deploy",
"test": "jest"
},
"keywords": [
"indra",
"reto",
"serverless",
"aws",
"typescript",
"nodejs"
],
"author": "Joaquin Centurion",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@types/aws-lambda": "^8.10.108",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.8",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"babel-jest": "^29.2.2",
"esbuild": "^0.15.12",
"eslint": "^8.26.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"serverless": "^3.23.0",
"serverless-auto-swagger": "^2.12.0",
"serverless-dotenv-plugin": "^4.0.2",
"serverless-esbuild": "^1.33.0",
"serverless-offline": "^11.2.1",
"serverless-plugin-typescript": "^2.1.4",
"ts-jest": "^29.1.1",
"typescript": "^4.8.4"
},
"dependencies": {
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1243.0",
"axios": "^1.1.3",
"uuid": "^9.0.0"
}
}