forked from jongwooo/likelionmju-serverless-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 961 Bytes
/
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": "likelionmju-serverless-bot",
"private": true,
"version": "1.0.0",
"description": "likelionMJU Bot is a simple facebook messenger bot to introduce university club;likelionMJU",
"main": "src/app.js",
"scripts": {
"format": "biome format ./src",
"format:fix": "biome format --write ./src",
"lint": "biome lint ./src",
"test": "jest --config jest.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jongwooo/likelionmju-serverless-bot"
},
"keywords": [
"facebook",
"messenger",
"chatbot",
"serverless"
],
"author": "Jongwoo Han <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jongwooo/likelionmju-serverless-bot/issues"
},
"homepage": "https://m.me/likelionMJU",
"dependencies": {
"request": "^2.88.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@jest/globals": "^29.7.0",
"jest": "^29.7.0"
}
}