weatherbot/package.json

23 lines
342 B
JSON

{
"name": "weatherbot",
"version": "1.0.0",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"author": "rgdra",
"contributors": [],
"dependencies": {
"better-sqlite3": "^7.1.1",
"bluebird": "^3.7.2",
"irc-upd": "^0.11.0",
"node-geocoder": "^3.27.0"
},
"scripts": {
"start": "node bot.js"
}
}