Update package names

This commit is contained in:
Darren Clarke 2024-06-05 08:52:41 +02:00
parent 89d229eba9
commit 85a0fc11e5
106 changed files with 1908 additions and 2686 deletions

View file

@ -1,5 +1,5 @@
{
"name": "bridge-whatsapp",
"name": "@link-stack/bridge-whatsapp",
"version": "0.3.0",
"main": "build/main/index.js",
"author": "Darren Clarke <darren@redaranj.com>",
@ -10,15 +10,15 @@
"@hapi/boom": "^10.0.1",
"@hapipal/schmervice": "^3.0.0",
"@hapipal/toys": "^4.0.0",
"@whiskeysockets/baileys": "^6.7.2",
"@whiskeysockets/baileys": "^6.7.4",
"hapi-pino": "^12.1.0"
},
"devDependencies": {
"@types/node": "*",
"eslint-config": "*",
"jest-config": "*",
"ts-config": "*",
"tsx": "^4.10.2",
"@link-stack/eslint-config": "*",
"@link-stack/jest-config": "*",
"@link-stack/typescript-config": "*",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
},
"scripts": {

View file

@ -1,5 +1,5 @@
{
"extends": "ts-config",
"extends": "@link-stack/typescript-config",
"compilerOptions": {
"module": "commonjs",
"target": "es2018",