Merge pull request #112 from AZMCode/github-actions

GitHub Actions integration
This commit is contained in:
Adhiraj Singh
2020-08-30 12:26:54 +05:30
committed by GitHub
2 changed files with 137 additions and 2 deletions

View File

@@ -16,11 +16,13 @@
"automation"
],
"scripts": {
"test": "mocha --timeout 60000 -r ts-node/register src/Tests/Tests.*.ts",
"prepare": "npm run build",
"test": "mocha --timeout 120000 -r ts-node/register src/Tests/Tests.*.ts",
"lint": "eslint '*/*.ts' --quiet --fix",
"build": "tsc",
"build:tsc": "tsc",
"build:docs": "typedoc",
"build:all": "npm run build:tsc && npm run build:docs",
"build": "",
"example": "npx ts-node Example/example.ts",
"browser-decode": "npx ts-node src/BrowserMessageDecoding.ts"
},
@@ -29,6 +31,9 @@
"repository": {
"url": "git@github.com:adiwajshing/baileys.git"
},
"files": [
"./lib/**/*.js"
],
"dependencies": {
"@adiwajshing/keyed-db": "^0.1.2",
"curve25519-js": "^0.0.4",