package.json 375 B

12345678910111213141516
  1. {
  2. "name": "custom-favicon",
  3. "version": "1.0.0",
  4. "description": "自定义浏览器标题样式",
  5. "main": "main.js",
  6. "scripts": {
  7. "dev": "anywhere -p 4578",
  8. "test": "echo \"Error: no test specified\" ; exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://git.caner.top/Caner/custom-favicon.git"
  13. },
  14. "author": "Caner",
  15. "license": "ISC"
  16. }