mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"name": "eris",
|
|
"version": "1.0.0",
|
|
"description": "A discord bot made in Eris.",
|
|
"main": "src/index.js",
|
|
"repository": "https://github.com/railwayapp/starters",
|
|
"author": "Yoshida Tomio",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"dependencies": {
|
|
"eris": "^0.15.1"
|
|
}
|
|
}
|