mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-18 16:08:06 +00:00
20 lines
351 B
JSON
20 lines
351 B
JSON
|
{
|
||
|
"name": "daraz-san",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Daraz-san ⚡",
|
||
|
"main": "index.js",
|
||
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "node app.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@slack/bolt": "^1.2.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "12.x",
|
||
|
"yarn": "1.x"
|
||
|
}
|
||
|
}
|