# Registry configuration
registry=https://registry.npmjs.org/
# Package access for scoped packages
@agiflowai:registry=https://registry.npmjs.org/
access=public
# pnpm workspace protocol handling
# When publishing, pnpm will automatically convert workspace:* to the actual version
link-workspace-packages=true
# Authentication (add your npm token here or use npm login)
# //registry.npmjs.org/:_authToken=${NPM_TOKEN}