mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update package.json
This commit is contained in:
@@ -17,11 +17,9 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts",
|
"test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts",
|
||||||
"prepack": "npm run build:tsc",
|
"prepack": "tsc",
|
||||||
"lint": "eslint '*/*.ts' --quiet --fix",
|
"lint": "eslint '*/*.ts' --quiet --fix",
|
||||||
"build:tsc": "tsc",
|
|
||||||
"build:docs": "typedoc",
|
"build:docs": "typedoc",
|
||||||
"build:all": "npm run build:tsc && npm run build:docs",
|
|
||||||
"example": "npx ts-node Example/example.ts",
|
"example": "npx ts-node Example/example.ts",
|
||||||
"browser-decode": "npx ts-node src/BrowserMessageDecoding.ts"
|
"browser-decode": "npx ts-node src/BrowserMessageDecoding.ts"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user