switch to yarn
This commit is contained in:
7657
src/node/consumer/package-lock.json
generated
7657
src/node/consumer/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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
4302
src/node/consumer/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user