-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 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
{
"name": "slack-ascii-emoticons",
"version": "1.0.0",
"description": "Slack app to have fun with ASCII emoticons",
"main": "index.js",
"repository": "https://github.com/ducminh-phan/slack-ascii-emoticons",
"author": "Duc-Minh Phan <[email protected]>",
"license": "MIT",
"scripts": {
"deploy": "dotenv serverless deploy",
"lint": "eslint --cache --fix src",
"prepare": "husky install"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"dotenv-cli": "^7.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"pretty-quick": "^3.1.3",
"serverless": "^3.38.0",
"serverless-aws-documentation": "^1.1.0",
"serverless-plugin-typescript": "^2.1.5",
"serverless-reqvalidator-plugin": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@types/aws-lambda": "^8.10.130",
"axios": "^1.6.2"
}
}