II.
LibrarySkill overview
Reference · livelib-skill:cli-mcp-development--npm-publish-config
npm-publish-config overview
Configure npm publishing with proper bin entry, files, and registry settings.
Attributes
displayName
npm-publish-config
description
Configure npm publishing with proper bin entry, files, and registry settings.
libraryPath
library/specializations/cli-mcp-development/skills/npm-publish-config/SKILL.md
specialization
cli-mcp-development
contentSummary
# NPM Publish Config
Configure npm publishing for CLI packages.
## Generated Patterns
```json
{
"name": "@myorg/mycli",
"version": "1.0.0",
"bin": { "mycli": "./dist/index.js" },
"files": ["dist", "README.md", "LICENSE"],
"main": "./dist/index.js",
"types": "./dist/index.
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:cli-mcp-development·Specialization
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·Role
lib_requires_skill_area2
- skill-area:cli-design·SkillAreaCLI Design
- skill-area:deployment-infrastructure-management·SkillAreaDeployment and Infrastructure Management
Incoming edges
None.