npm-publish-config

Solid

Configure npm publishing with proper bin entry, files, and registry settings.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
29
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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.d.ts", "engines": { "node": ">=18" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "prepublishOnly": "npm run build && npm test" } } ``` ## Target Processes - package-manager-publishing - cli-binary-distribution

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills