-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.31 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
45
46
47
48
{
"name": "slack-bot",
"version": "1.0.0",
"description": "",
"main": ".src/index.ts",
"dependencies": {
"cron": "^1.8.2",
"dotenv": "^8.2.0",
"moment": "^2.27.0",
"puppeteer": "^5.2.1",
"puppeteer-core": "^5.2.1",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/cron": "^1.7.2",
"@types/node": "^14.0.27",
"@types/puppeteer": "^3.0.1",
"@types/webpack": "^4.41.21",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"declaration-bundler-webpack-plugin": "^1.0.3",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"ts-loader": "^8.0.2",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.0"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "node dist/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peraltafederico/slack-bot.git"
},
"author": "Federico Peralta",
"license": "ISC",
"bugs": {
"url": "https://github.com/peraltafederico/slack-bot/issues"
},
"homepage": "https://github.com/peraltafederico/slack-bot#readme"
}