{
  "name": "@spaceflow/shell",
  "version": "5.0.12",
  "description": "Spaceflow Shell 插件，用于在分支锁定/解锁之间执行 Shell 命令",
  "license": "MIT",
  "author": "Lydanne",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lydanne/spaceflow.git",
    "directory": "extensions/shell"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "type": "module",
  "main": "./dist/index.js",
  "devDependencies": {
    "@types/node": "^22.15.0",
    "@spaceflow/cli": "5.1.2"
  },
  "peerDependencies": {
    "@spaceflow/core": "5.2.6"
  },
  "spaceflow": {
    "type": "flow",
    "entry": "."
  },
  "scripts": {
    "build": "spaceflow build",
    "dev": "spaceflow dev"
  }
}