{
  "name": "@yishan-io/pi-dev-flow",
  "version": "0.2.2",
  "type": "module",
  "scripts": {
    "typecheck": "echo 'No TypeScript sources to typecheck'",
    "lint": "echo 'No lintable sources'",
    "test": "echo 'No automated tests'"
  },
  "keywords": ["pi-package"],
  "files": ["skills", "LICENSE", "README.md"],
  "pi": { "skills": ["./skills"] },
  "repository": { "type": "git", "url": "https://github.com/yishan-io/yishan-mono", "directory": "packages/pi-dev-flow" },
  "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" },
  "license": "MIT"
}
