Update package.json

This commit is contained in:
Adhiraj Singh
2020-09-02 13:30:20 +05:30
committed by GitHub
parent 426dbc255d
commit df6e7bc8d3

View File

@@ -17,11 +17,9 @@
],
"scripts": {
"test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts",
"prepack": "npm run build:tsc",
"prepack": "tsc",
"lint": "eslint '*/*.ts' --quiet --fix",
"build:tsc": "tsc",
"build:docs": "typedoc",
"build:all": "npm run build:tsc && npm run build:docs",
"example": "npx ts-node Example/example.ts",
"browser-decode": "npx ts-node src/BrowserMessageDecoding.ts"
},