mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-18 16:08:06 +00:00
30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"name": "daraz-san",
|
|
"version": "1.0.0",
|
|
"description": "Daraz-san ⚡",
|
|
"main": "index.js",
|
|
"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 app.js"
|
|
},
|
|
"dependencies": {
|
|
"@slack/bolt": "~2.0.0",
|
|
"date-fns": "~2",
|
|
"date-fns-tz": "~1",
|
|
"get-video-id": "~3",
|
|
"glob": "~7",
|
|
"kuromoji": "0.1.x",
|
|
"node-fetch": "~2",
|
|
"tldjs": "~2"
|
|
},
|
|
"engines": {
|
|
"yarn": "1.x"
|
|
}
|
|
}
|