# Framework M npm registry configuration
# This file configures npm to use GitLab's npm registry for @framework-m packages

@framework-m:registry=https://gitlab.com/api/v4/projects/77166353/packages/npm/

# For local development, you'll need to authenticate:
# 1. Create a personal access token with 'read_package_registry' scope
# 2. Run: npm config set -- '//gitlab.com/api/v4/projects/YOUR_PROJECT_ID/packages/npm/:_authToken' "YOUR_TOKEN"
#
# Or use CI_JOB_TOKEN in GitLab CI (automatic)
