This commit is contained in:
ennmichael
2023-04-09 19:12:49 +02:00
parent 31b0538337
commit 3ffe4d5b19
7 changed files with 94 additions and 9 deletions

View File

@ -4,8 +4,9 @@
"main": "dist/lib.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "webpack",
"watch": "webpack -w",
"build": "rm -rf dist && webpack",
"watch": "rm -rf dist && webpack -w",
"clean": "rm -rf dist",
"test": "ts-mocha --type-check -j 1 --timeout 5s test/test.*.ts",
"test-browser": "ts-node test/browser/server.ts",
"lint": "eslint ."