Excluded files and script rename

This commit is contained in:
AZMCode
2020-08-17 14:16:31 -04:00
committed by GitHub
parent 3825824d71
commit 391eb6f751

View File

@@ -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",