-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.44 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
{
"name": "ci-cd-nodejs-ts-lambda",
"version": "1.0.0",
"description": "Sample scaffolding for typescript",
"main": "webpack.config.js",
"scripts": {
"lint": "eslint --ext .js,.ts",
"lintfix": "eslint --fix --ext .js,.ts",
"dev": "sls offline",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/preset-env": "7.22.4",
"@babel/preset-typescript": "7.21.5",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^18.4.0",
"@geospoc/prettier-config-standard": "^1.0.1",
"@types/aws-lambda": "8.10.119",
"@types/jest": "29.5.1",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.5.0",
"aws-lambda": "1.0.7",
"babel-loader": "9.1.3",
"eslint": "8.53.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "5.0.1",
"friendly-errors-webpack-plugin": "1.7.0",
"husky": "8.0.3",
"jest": "29.5.0",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"serverless": "3.34.0",
"serverless-offline": "12.0.4",
"serverless-webpack": "5.11.0",
"ts-jest": "29.1.0",
"ts-loader": "9.4.3",
"typescript": "5.0.4",
"webpack": "5.88.2",
"webpack-node-externals": "3.0.0",
"yamljs": "0.3.0"
},
"author": "Pronit Das",
"license": "ISC"
}