-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 999 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 999 Bytes
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
{
"name": "gowteambot",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:bongjinpark1/gowteambot.git",
"author": "bongjinpark1 <bongjinpark1@gmail.com>",
"license": "MIT",
"scripts": {
"test": "mocha './{,!(node_modules)/**}/*.test.js' -recursive",
"deploy": "git pull && yarn && pm2 restart teambot && pm2 log"
},
"dependencies": {
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"debug": "^4.1.1",
"dotenv": "^8.0.0",
"jimp": "^0.6.4",
"lodash": "^4.17.13",
"moment": "^2.24.0",
"mongoose": "^5.6.4",
"mongoose-auto-increment": "^5.0.1",
"pluralize": "^8.0.0",
"puppeteer": "^1.18.1",
"telegraf": "^3.30.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"sinon": "^7.3.2"
}
}