版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

70 wiersze
1.7 KiB

  1. {
  2. "version": "0.2.1",
  3. "name": "vite-plugin-removelog",
  4. "description": "生产环境下移除 console 的 vite 插件",
  5. "main": "./dist/index.js",
  6. "module": "./dist/index.mjs",
  7. "types": "./dist/index.d.ts",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/dishait/vite-plugin-removelog.git"
  11. },
  12. "exports": {
  13. "./*": "./*",
  14. ".": {
  15. "require": "./dist/index.js",
  16. "import": "./dist/index.mjs",
  17. "types": "./dist/index.d.ts"
  18. }
  19. },
  20. "files": [
  21. "dist",
  22. "client.d.ts"
  23. ],
  24. "scripts": {
  25. "build": "tsup",
  26. "test": "vitest",
  27. "dev": "tsup --watch",
  28. "test:ui": "vitest --ui",
  29. "test:update": "vitest -u",
  30. "coverage": "vitest --coverage",
  31. "release": "npm run build && bumpp --commit --push --tag && npm publish",
  32. "play": "pnpm -C examples/vite run dev",
  33. "play:open": "pnpm -C examples/vite run dev:open",
  34. "play:host": "pnpm -C examples/vite run dev:host",
  35. "play:build": "pnpm -C examples/vite run build",
  36. "play:preview": "pnpm -C examples/vite run preview",
  37. "play:preview:open": "pnpm -C examples/vite run preview:open",
  38. "play:preview:host": "pnpm -C examples/vite run preview:host"
  39. },
  40. "keywords": [
  41. "vite",
  42. "plugin",
  43. "template"
  44. ],
  45. "author": {
  46. "email": "1801982702@qq.com",
  47. "name": "markthree",
  48. "url": "https://github.com/markthree"
  49. },
  50. "bugs": {
  51. "email": "1801982702@qq.com",
  52. "url": "https://github.com/dishait/vite-plugin-removelog/issues"
  53. },
  54. "license": "MIT",
  55. "devDependencies": {
  56. "@types/node": "^18.11.11",
  57. "@vitest/ui": "^0.25.5",
  58. "bumpp": "^8.2.1",
  59. "c8": "^7.12.0",
  60. "tsup": "^6.5.0",
  61. "typescript": "^4.9.4",
  62. "vite": "^3.2.5",
  63. "vitest": "^0.25.5"
  64. },
  65. "dependencies": {
  66. "gogocode": "^1.0.55",
  67. "m-type-tools": "^0.2.0"
  68. }
  69. }