node-http-proxy
node-http-proxy copied to clipboard
Title README.md
"scripts": { "test": "...", // الأمر الأصلي موجود "lint": "...", // الأمر الأصلي موجود scripts
"lint:fix": "eslint --fix .", "format:check": "prettier --check "/*.js"", "format:fix": "prettier --write "/*.js"", "test:watch": "mocha --watch", "test:coverage": "nyc npm test", "validate": "npm run format:check && npm run lint && npm run test:coverage" } ocs: Add Advanced Recipes and Security section to READM