Browse Source

Update scripts for TS in package.json

pull/41/head
Abheek Dhawan 3 years ago
parent
commit
a6590567fd
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 5
      package.json

5
package.json

@ -19,7 +19,7 @@
"name": "awesomescibo", "name": "awesomescibo",
"version": "4.2.1", "version": "4.2.1",
"scripts": { "scripts": {
"start": "node index.js" "build": "yarn tsc"
}, },
"keywords": [ "keywords": [
"discord", "discord",
@ -27,7 +27,8 @@
"science bowl", "science bowl",
"discord.js" "discord.js"
], ],
"author": "Abheek Dhawan&Tejas Chugh", "author": "Abheek Dhawan",
"license": "MIT", "license": "MIT",
"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