“file:” is automatically added to the dependencies of the package.json

I don’t know why but when I save my files the package.json will automatically add a dependency like this:
"backend-project-test-name": "file:",

"dependencies": {
    "bcryptjs": "^2.4.3",
    "backend-project-test-name": "file:",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "jsonwebtoken": "^9.0.2",
    "moment": "^2.30.1",
    "mongoose": "^8.6.0",
    "multer": "^1.4.5-lts.1",
    "uuid": "^10.0.0",
    "yup": "^1.4.0"
  },

I tried to remove it many times but it keeps coming back