2019-07-27 01:30:19 +09:00
|
|
|
{
|
|
|
|
"name": "daraz-san",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Daraz-san ⚡",
|
|
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
2019-07-28 01:52:06 +09:00
|
|
|
"contributors": [
|
|
|
|
"SAKAGUCHI Takashi <takashi.sakaguchi@ummm.info>",
|
|
|
|
"Masayuki Higashino <mh61503891@users.noreply.github.com>",
|
|
|
|
"Kazuki Shigemichi <shigemichik@gmail.com>"
|
|
|
|
],
|
2019-07-27 01:30:19 +09:00
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-07-21 21:00:35 +09:00
|
|
|
"start": "node main.js"
|
2019-07-27 01:30:19 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-01-13 20:46:20 +00:00
|
|
|
"@slack/bolt": "3.x",
|
2020-04-09 00:16:46 +09:00
|
|
|
"date-fns": "2.x",
|
|
|
|
"date-fns-tz": "1.x",
|
|
|
|
"get-video-id": "3.x",
|
2022-04-11 19:46:24 +00:00
|
|
|
"glob": "8.x",
|
2019-11-12 16:47:01 +09:00
|
|
|
"kuromoji": "0.1.x",
|
2021-08-31 16:29:10 +00:00
|
|
|
"node-fetch": "3.x",
|
2020-04-09 00:16:46 +09:00
|
|
|
"tldjs": "2.x"
|
2019-07-27 01:30:19 +09:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"yarn": "1.x"
|
|
|
|
}
|
|
|
|
}
|