mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
"name": "@adiwajshing/baileys",
|
||||
"version": "2.0.0",
|
||||
"description": "WhatsApp Web API",
|
||||
"main": "lib/WAClient/WAClient.js",
|
||||
"homepage": "https://github.com/adiwajshing/Baileys",
|
||||
"type": "module",
|
||||
"main": "lib/WAClient/WAClient.js",
|
||||
"types": "lib/WAClient/WAClient.d.ts",
|
||||
"keywords": [
|
||||
"whatsapp",
|
||||
"js-whatsapp",
|
||||
@@ -17,11 +17,10 @@
|
||||
"automation"
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "npm run tsc",
|
||||
"prepare": "npm run build",
|
||||
"test": "mocha --timeout 30000 -r ts-node/register */Tests.ts",
|
||||
"lint": "eslint '*/*.ts' --quiet --fix",
|
||||
"tsc": "tsc",
|
||||
"dev": "ts-node-dev --respawn --transpileOnly ./app/app.ts",
|
||||
"build": "tsc",
|
||||
"example": "npx ts-node Example/example.ts"
|
||||
},
|
||||
"author": "Adhiraj Singh",
|
||||
|
||||
@@ -2,15 +2,14 @@
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"allowJs": true,
|
||||
"checkJs": false,
|
||||
"outDir": "lib/",
|
||||
"outDir": "lib",
|
||||
"strict": false,
|
||||
"noImplicitThis": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["*/*.ts"],
|
||||
"exclude": ["node_modules", "*/Tests.ts"]
|
||||
|
||||
Reference in New Issue
Block a user