{
  "name": "minipp",
  "version": "0.1.16",
  "description": "Quickly help you find files that are not being used in your project, and slim down your project.",
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "bin": {
    "minipp": "./dist/core/cli/index.mjs"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild --minify",
    "dev": "tsx src/core/cli/index.ts",
    "start": "node ./dist/index.mjs",
    "lint": "eslint . --ext .ts",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsc --noEmit --skipLibCheck",
    "release": "pnpm build && changelogen --release && npm publish && git push --follow-tags"
  },
  "repository": "https://github.com/laoer536/minipp.git",
  "homepage": "https://github.com/laoer536/minipp#readme",
  "bugs": "https://github.com/laoer536/minipp/issues",
  "keywords": [
    "unused-files",
    "dead-code",
    "dead-dependencies",
    "frontend",
    "web-development",
    "build-optimization",
    "code-cleanup",
    "file-tracking",
    "project-cleanup"
  ],
  "author": {
    "name": "laoer536",
    "url": "https://neo-liu.netlify.app/"
  },
  "license": "MIT",
  "devDependencies": {
    "@swc/cli": "^0.7.7",
    "@types/node": "^20.11.24",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "@vitest/coverage-v8": "3.2.1",
    "changelogen": "^0.6.1",
    "eslint": "^8.57.0",
    "glob": "^11.0.2",
    "ignore": "^7.0.4",
    "prettier": "^3.5.3",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3",
    "unbuild": "^3.5.0",
    "vitest": "^3.2.1",
    "yocto-spinner": "^0.2.3"
  },
  "dependencies": {
    "@swc/core": "^1.11.24"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
