mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Excluded files and script rename
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"prepare": "npm run build",
|
||||
"test": "mocha --timeout 60000 -r ts-node/register src/Tests/Tests.*.ts",
|
||||
"lint": "eslint '*/*.ts' --quiet --fix",
|
||||
"build": "tsc",
|
||||
"build:tsc": "tsc",
|
||||
"build:docs": "typedoc",
|
||||
"example": "npx ts-node Example/example.ts",
|
||||
"browser-decode": "npx ts-node src/BrowserMessageDecoding.ts"
|
||||
@@ -30,6 +30,9 @@
|
||||
"repository": {
|
||||
"url": "git@github.com:adiwajshing/baileys.git"
|
||||
},
|
||||
"files": [
|
||||
"./lib/**/*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@adiwajshing/keyed-db": "^0.1.1",
|
||||
"curve25519-js": "0.0.4",
|
||||
|
||||
Reference in New Issue
Block a user