back to npm

This commit is contained in:
iPromKnight
2024-02-08 15:41:03 +00:00
committed by iPromKnight
parent 8bba2aa284
commit 901186c109
4 changed files with 11056 additions and 6278 deletions

View File

@@ -7,8 +7,8 @@
"build": "node esbuild.js",
"dev": "tsx watch --ignore node_modules src/main.ts | pino-pretty",
"start": "node --trace-deprecation dist/main.cjs",
"lint": "yarn eslint ./src --ext .ts,.js",
"lint-fix": "yarn run lint --fix",
"lint": "eslint ./src --ext .ts,.js",
"lint-fix": "npm run lint --fix",
"test": "jest",
"test:watch": "jest --watch"
},