{
  "name": "featnpm",
  "version": "0.2.29",
  "description": "功能级依赖管理器（Feature-Level Dependency Manager）",
  "type": "module",
  "main": "./dist/cli/index.js",
  "bin": {
    "featnpm": "dist/cli/index.js"
  },
  "scripts": {
    "dev": "tsx watch src/cli/index.ts",
    "build": "tsc",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "lint": "oxlint .",
    "lint:fix": "oxlint . --fix",
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
    "type-check": "tsc --noEmit",
    "validate": "npm run type-check && npm run lint",
    "prepublishOnly": "npm run validate && npm run build"
  },
  "keywords": [
    "featnpm",
    "feature",
    "dependency-manager",
    "cli",
    "vue",
    "react",
    "scaffold",
    "project-management",
    "feature-modules",
    "frontend-tools"
  ],
  "author": "xionglilong",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/featnpm/featnpm.git"
  },
  "bugs": {
    "url": "https://github.com/featnpm/featnpm/issues"
  },
  "homepage": "https://github.com/featnpm/featnpm#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "commander": "^14.0.2",
    "execa": "^9.6.1",
    "fs-extra": "^11.3.2",
    "minimist": "^1.2.8",
    "picocolors": "^1.1.1",
    "prompts": "^2.4.2"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/minimist": "^1.2.5",
    "@types/node": "^24.10.1",
    "@types/prompts": "^2.4.9",
    "oxfmt": "^0.16.0",
    "oxlint": "^1.31.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.15"
  }
}
