diff options
| author | 8cy <[email protected]> | 2020-07-19 02:10:00 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-19 02:10:00 -0700 |
| commit | 4014ac46b4e5e515f133ca2c04859824cd43738c (patch) | |
| tree | 5842824afd615f70e8a4959704f9cf3492fa54f2 /package.json | |
| download | water-waifu-4014ac46b4e5e515f133ca2c04859824cd43738c.tar.xz water-waifu-4014ac46b4e5e515f133ca2c04859824cd43738c.zip | |
:star:
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..96bc80e --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "water-waifu", + "version": "1.0.0", + "description": "A bot that automatically assigns roles based on message reactions.", + "main": "role.js", + "scripts": { + "start": "node .", + "test": "node tests.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/8cy/water-waifu.git" + }, + "author": "Sin", + "license": "MIT", + "bugs": { + "url": "https://github.com/8cy/water-waifu/issues" + }, + "homepage": "https://github.com/8cy/water-waifu#readme", + "dependencies": { + "discord.js": "^11.5.1" + } +} |