package.json 922 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "FeHelper",
  3. "version": "1.0.0",
  4. "description": "FeHelper-前端助手",
  5. "main": "index.js",
  6. "dependencies": {
  7. "crypto": "^1.0.1"
  8. },
  9. "devDependencies": {
  10. "gulp": "^4.0.2",
  11. "gulp-clean": "^0.4.0",
  12. "gulp-copy": "^1.1.0",
  13. "gulp-htmlmin": "^4.0.0",
  14. "gulp-jsonminify": "^1.1.0",
  15. "gulp-uglify-es": "^1.0.1",
  16. "gulp-uglifycss": "^1.0.9",
  17. "gulp-zip": "^4.1.0",
  18. "pretty-bytes": "^4.0.2",
  19. "run-sequence": "^2.2.1",
  20. "shelljs": "^0.8.1"
  21. },
  22. "scripts": {
  23. "watch": "gulp watch",
  24. "build": "gulp",
  25. "preinstall": "npx npm-force-resolutions"
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "git+https://github.com/zxlie/FeOnline.git"
  30. },
  31. "keywords": [
  32. "fehelper"
  33. ],
  34. "author": "zhaoxianlie",
  35. "license": "ISC",
  36. "bugs": {
  37. "url": "https://www.baidufe.com/fehelper/feedback.html"
  38. },
  39. "homepage": "https://www.baidufe.com/fehelper"
  40. }