switch to yarn

This commit is contained in:
iPromKnight
2024-02-08 08:47:50 +00:00
committed by iPromKnight
parent 6919622c30
commit ed6b08dbc4
3 changed files with 4304 additions and 7661 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,8 +7,8 @@
"build": "node esbuild.js",
"dev": "tsx watch --ignore node_modules src/main.ts | pino-pretty",
"start": "node dist/main.cjs",
"lint": "npx eslint ./src --ext .ts,.js",
"lint-fix": "npm run lint -- --fix"
"lint": "yarn eslint ./src --ext .ts,.js",
"lint-fix": "yarn run lint --fix"
},
"license": "MIT",
"dependencies": {
@@ -39,13 +39,11 @@
"@types/validator": "^13.11.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"concurrently": "^8.2.2",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-helpers": "^1.3.1",
"node-gyp": "^10.0.1",
"nodemon": "^3.0.3",
"pino-pretty": "^10.3.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",

4302
src/node/consumer/yarn.lock Normal file

File diff suppressed because it is too large Load Diff