Browse Source

Update package.json for npm publish

pull/1/head
Abheek Dhawan 4 years ago
parent
commit
cabfeb83f5
  1. 4
      bot/package.json

4
bot/package.json

@ -5,7 +5,7 @@
"node-fetch": "^2.6.1" "node-fetch": "^2.6.1"
}, },
"name": "awscibo", "name": "awscibo",
"version": "0.0.3", "version": "0.0.4",
"main": "awesomescibo.mjs", "main": "awesomescibo.mjs",
"bin": { "bin": {
"awscibo": "./awesomescibo.mjs" "awscibo": "./awesomescibo.mjs"
@ -13,7 +13,7 @@
"scripts": { "scripts": {
"test": "node awesomescibo.mjs randomtoken" "test": "node awesomescibo.mjs randomtoken"
}, },
"keywords": [], "keywords": [discord, bot, science bowl, discord.js],
"author": "Abheek Dhawan", "author": "Abheek Dhawan",
"license": "Apache 2.0", "license": "Apache 2.0",
"description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!" "description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!"

Loading…
Cancel
Save