1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-18 16:08:06 +00:00
daraz-san/package.json

31 lines
698 B
JSON
Raw Normal View History

2019-07-27 01:30:19 +09:00
{
"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>"
],
2019-07-27 01:30:19 +09:00
"license": "MIT",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"@slack/bolt": "^1.2.0",
2019-09-02 01:21:56 +09:00
"date-fns": "^2.0.1",
"get-video-id": "^3.1.4",
"glob": "^7.1.4",
"kuromoji": "^0.1.2",
"node-fetch": "^2.6.0",
"tldjs": "^2.3.1"
2019-07-27 01:30:19 +09:00
},
"engines": {
2019-09-02 01:21:56 +09:00
"node": "12.x",
2019-07-27 01:30:19 +09:00
"yarn": "1.x"
}
}