-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "test-actions",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"sls": "serverless",
"sql": "npx sequelize-cli"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/aws-lambda": "^8.10.84",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"aws-lambda": "^1.0.6",
"eslint": "^8.1.0",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"sequelize-cli": "^6.3.0",
"serverless": "^2.64.1",
"serverless-offline": "^8.2.0",
"serverless-webpack": "^5.5.5",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.11.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.4.4",
"webpack": "^5.61.0",
"webpack-node-externals": "^3.0.0"
},
"lint-staged": {
"*.(j|t)s": "eslint --cache --fix"
},
"dependencies": {
"mysql2": "^2.3.2",
"sequelize": "^6.6.5",
"dotenv": "^10.0.0"
}
}