# The other of the two owners — a personal account this time. Same presets,
# same result: the presets know about project types and security settings,
# never about who owns the repositories.
#
# `your-username` is a placeholder — try it against your own account:
#   export GITHUB_TOKEN=...
#   octoform plan --config personal.octoform.yml --type npm-package

owner: your-username

classify:
  rules:
    - when: { file_exists: package.json }
      type: npm-package

imports:
  - presets/npm-library.yml
  - presets/security-baseline.yml
