Skip to content

Commit

Permalink
Revert "chore(deps): update dependency node to v20 (#193)" (#200)
Browse files Browse the repository at this point in the history
This reverts commit e0d9ba6.
  • Loading branch information
Mozart Rafi Kurniawan Tampubolon authored Nov 7, 2023
1 parent 0c3abee commit b770380
Show file tree
Hide file tree
Showing 38 changed files with 149 additions and 2,126 deletions.
10 changes: 0 additions & 10 deletions .env_example

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,3 @@ dist

# TernJS port file
.tern-port

auth_state/
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
18
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN pnpm prune --production
# Get ready for production
FROM ghcr.io/hazmi35/node:20-alpine

LABEL name "katheryne"
LABEL maintainer "Zen <zen@clytage.org>"
LABEL name "template"
LABEL maintainer "Clytage <admin@clytage.org>"

# Copy needed files
COPY --from=build-stage /tmp/build/package.json .
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# katheryne
# @clytage/template

A useful WhatsApp bot.
A template to generate well-configured project base for Clytage.
38 changes: 11 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "katheryne",
"version": "0.0.0",
"description": "A useful WhatsApp bot.",
"name": "template",
"version": "1.0.0",
"description": "A template to generate well-configured project base for Clytage.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "pnpm run lint && pnpm run compile",
"build": "npm run lint && npm run compile",
"compile": "tsc --build tsconfig.json",
"lint": "eslint . --ignore-path .gitignore --ext .ts",
"lint:fix": "pnpm run lint -- --fix",
"lint:fix": "npm run lint -- --fix",
"start": "node --es-module-specifier-resolution=node .",
"start:dev": "rimraf ./dist && pnpm run compile && pnpm start"
"start:dev": "rimraf ./dist && npm run compile && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZenShibata/katheryne.git"
"url": "git+https://github.com/clytage/template.git"
},
"author": "Zen Shibata <zen@clytage.org>",
"author": "Clytage <admin@clytage.org>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ZenShibata/katheryne/issues"
"url": "https://github.com/clytage/template/issues"
},
"homepage": "https://github.com/ZenShibata/katheryne#readme",
"homepage": "https://github.com/clytage/template#readme",
"engines": {
"node": ">=16.6.0",
"npm": ">=7.0.0"
Expand All @@ -37,22 +37,6 @@
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@hapi/boom": "^10.0.1",
"@nezuchan/decorators": "^0.1.0",
"@sapphire/lexure": "^1.1.5",
"@sapphire/pieces": "^3.7.0",
"@sapphire/result": "^2.6.4",
"@sapphire/time-utilities": "^1.7.10",
"@sapphire/utilities": "^3.13.0",
"@whiskeysockets/baileys": "^6.5.0",
"pino": "^8.16.1",
"pino-loki": "^2.1.3",
"pino-pretty": "^10.2.3",
"qrcode-terminal": "^0.12.0",
"tslib": "^2.6.2"
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit b770380

Please sign in to comment.