Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Fix : biar bisa menginstal module

Signed-off-by: Kaze <101078139+KazeDevID@users.noreply.github.com>
  • Loading branch information
KazeDevID authored Dec 23, 2022
1 parent 9cc37d1 commit 0376d90
Showing 1 changed file with 65 additions and 63 deletions.
128 changes: 65 additions & 63 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,65 @@
{
"name": "HANZO-MD",
"version": "1.0.0",
"description": "Yoo",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"keywords": [
"HanzoBotz"
],
"author": "KazeDevID",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@kazesolo/text-animation": "^1.0.4",
"moment-timezone": "^0.5.34",
"awesome-phonenumber": "^2.64.0",
"performance-now": "^1.0.0",
"axios": "^0.24.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"qrcode": "^1.0.0",
"qrcode-terminal": "^0.12.0",
"node-webpmux": "^3.1.0",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"fs": "0.0.1-security",
"crypto": "^1.0.1",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"got": "^11.8.3",
"human-readable": "^0.2.1",
"jimp": "^0.16.1",
"jsdom": "^16.4.0",
"os": "^0.1.2",
"lowdb": "^2.1.0",
"mongoose": "^6.2.1",
"path": "^0.12.7",
"perf_hooks": "0.0.1",
"pino": "^7.0.5",
"request": "^2.88.2",
"util": "^0.12.4",
"yargs": "^17.2.1",
"figlet": "^1.5.0",
"spinnies": "^0.4.3",
"steno": "^1.0.0",
"rimraf": "^1.0.0",
"yt-search": "^2.10.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/KazeDevID/HanzoBotz.git"
},
"bugs": {
"url": "https://github.com/KazeDevID/HanzoBotz/issues"
},
"homepage": "https://github.com/KazeDevID/HanzoBotz#readme"
}
{
"name": "HANZO-MD",
"version": "1.0.0",
"description": "Yoo~",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"keywords": [
"HanzoBotz"
],
"homepage": "https://github.com/KazeDevID/HanzoBotz",
"author": {
"name": "KazeDevID"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KazeDevID/HanzoBotz.git"
},
"bugs": {
"url": "https://github.com/KazeDevID/HanzoBotz/issues"
},
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@kazesolo/text-animation": "^1.0.4",
"moment-timezone": "^0.5.34",
"awesome-phonenumber": "^2.64.0",
"performance-now": "^1.0.0",
"axios": "^0.24.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"qrcode": "^1.0.0",
"qrcode-terminal": "^0.12.0",
"node-webpmux": "^3.1.0",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"fs": "0.0.1-security",
"crypto": "^1.0.1",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"got": "^11.8.3",
"human-readable": "^0.2.1",
"jimp": "^0.16.1",
"jsdom": "^16.4.0",
"os": "^0.1.2",
"lowdb": "^2.1.0",
"mongoose": "^6.2.1",
"path": "^0.12.7",
"perf_hooks": "0.0.1",
"pino": "^7.0.5",
"request": "^2.88.2",
"util": "^0.12.4",
"yargs": "^17.2.1",
"figlet": "^1.5.0",
"spinnies": "^0.4.3",
"steno": "^1.0.0",
"rimraf": "^1.0.0",
"colors": "^1.4.0",
"yt-search": "^2.10.2"
}
}

0 comments on commit 0376d90

Please sign in to comment.