-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "lambda-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint \"src/**\""
},
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^8.2.0",
"mysql": "^2.18.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@types/jest": "^26.0.22",
"@types/mysql": "^2.15.18",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"babel-loader": "^8.2.1",
"cache-loader": "^4.1.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"fork-ts-checker-webpack-plugin": "^5.2.1",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"serverless": "^2.1.1",
"serverless-plugin-typescript": "^1.1.9",
"serverless-webpack": "^5.4.1",
"ts-jest": "^26.4.1",
"typescript": "^4.0.5",
"use-yarn": "^2.2.0",
"webpack": "^4.44.2",
"webpack-node-externals": "^2.5.2"
}
}