|
- {
- "version": "0.2.1",
- "name": "vite-plugin-removelog",
- "description": "生产环境下移除 console 的 vite 插件",
- "main": "./dist/index.js",
- "module": "./dist/index.mjs",
- "types": "./dist/index.d.ts",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dishait/vite-plugin-removelog.git"
- },
- "exports": {
- "./*": "./*",
- ".": {
- "require": "./dist/index.js",
- "import": "./dist/index.mjs",
- "types": "./dist/index.d.ts"
- }
- },
- "files": [
- "dist",
- "client.d.ts"
- ],
- "scripts": {
- "build": "tsup",
- "test": "vitest",
- "dev": "tsup --watch",
- "test:ui": "vitest --ui",
- "test:update": "vitest -u",
- "coverage": "vitest --coverage",
- "release": "npm run build && bumpp --commit --push --tag && npm publish",
- "play": "pnpm -C examples/vite run dev",
- "play:open": "pnpm -C examples/vite run dev:open",
- "play:host": "pnpm -C examples/vite run dev:host",
- "play:build": "pnpm -C examples/vite run build",
- "play:preview": "pnpm -C examples/vite run preview",
- "play:preview:open": "pnpm -C examples/vite run preview:open",
- "play:preview:host": "pnpm -C examples/vite run preview:host"
- },
- "keywords": [
- "vite",
- "plugin",
- "template"
- ],
- "author": {
- "email": "1801982702@qq.com",
- "name": "markthree",
- "url": "https://github.com/markthree"
- },
- "bugs": {
- "email": "1801982702@qq.com",
- "url": "https://github.com/dishait/vite-plugin-removelog/issues"
- },
- "license": "MIT",
- "devDependencies": {
- "@types/node": "^18.11.11",
- "@vitest/ui": "^0.25.5",
- "bumpp": "^8.2.1",
- "c8": "^7.12.0",
- "tsup": "^6.5.0",
- "typescript": "^4.9.4",
- "vite": "^3.2.5",
- "vitest": "^0.25.5"
- },
- "dependencies": {
- "gogocode": "^1.0.55",
- "m-type-tools": "^0.2.0"
- }
- }
|