mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-18 08:05:04 +00:00
29 lines
668 B
JSON
29 lines
668 B
JSON
{
|
|
"name": "daraz-san",
|
|
"version": "1.0.0",
|
|
"description": "Daraz-san ⚡",
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
"contributors": [
|
|
"SAKAGUCHI Takashi <takashi.sakaguchi@ummm.info>",
|
|
"Masayuki Higashino <mh61503891@users.noreply.github.com>",
|
|
"Kazuki Shigemichi <shigemichik@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node main.js"
|
|
},
|
|
"dependencies": {
|
|
"@slack/bolt": "3.x",
|
|
"cross-fetch": "^3.1.5",
|
|
"date-fns": "2.x",
|
|
"date-fns-tz": "1.x",
|
|
"get-video-id": "3.x",
|
|
"glob": "8.x",
|
|
"kuromoji": "0.1.x",
|
|
"tldjs": "2.x"
|
|
},
|
|
"engines": {
|
|
"yarn": "1.x"
|
|
}
|
|
}
|