Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Aug 23, 2022
1 parent befc0b5 commit 411d230
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,34 @@
{
"name": "botway-monorepo",
"description": "🤖 Botway Monorepo.",
"name": "botway",
"version": "0.1.82",
"description": "🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack.",
"type": "module",
"author": "abdfnx",
"license": "MIT",
"homepage": "https://github.com/abdfnx/botway",
"repository": {
"type": "git",
"url": "https://github.com/abdfnx/botway.git"
},
"engines": {
"node": ">=8.0.0"
},
"bin": {
"botway": "../bin/botway.js"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel"
"postinstall": "node ./postinstall.js"
},
"files": [
"../bin",
"config.js",
"postinstall.js"
],
"dependencies": {
"global": "^4.4.0",
"node-fetch": "^3.2.4",
"node-stream-zip": "^1.15.0",
"stream": "^0.0.2"
},
"packageManager": "[email protected]",
"devDependencies": {
"turbo": "^1.4.2"
}
"packageManager": "[email protected]"
}

0 comments on commit 411d230

Please sign in to comment.