-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 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
{
"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": "index.js",
"scripts": {
"format": "prettier --check \"**/*.{md,js,json,yml}\"",
"lint": "eslint .",
"prettier": "prettier --write \"**/*.{md,js,json,yml}\"",
"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 <han980817@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jongwooo/likelionmju-serverless-bot/issues"
},
"homepage": "https://m.me/likelionMJU",
"dependencies": {
"request": "^2.88.2"
},
"devDependencies": {
"codecov": "^3.7.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"prettier": "^1.19.1"
}
}