UNPKG

@wuchuheng/setup

Version:

CLI tool to initialize project with common configuration files

41 lines 979 B
{ "name": "@wuchuheng/setup", "version": "1.0.10", "description": "CLI tool to initialize project with common configuration files", "main": "index.js", "bin": { "setup": "bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "publish": "npm publish --access public" }, "keywords": [ "cli", "init", "project", "template" ], "author": "wuchuheng", "license": "MIT", "packageManager": "pnpm@10.7.0", "files": [ "bin/", "src/", "LICENSE", ".editorconfig", ".gitignore", ".gitattributes", ".vscode/", ".clinerules/", ".github/copilot-instructions.md" ], "repository": { "type": "git", "url": "git+https://github.com/wuchuheng/com.wuchuheng.npm.project-setup.git" }, "bugs": { "url": "https://github.com/wuchuheng/com.wuchuheng.npm.project-setup/issues" }, "homepage": "https://github.com/wuchuheng/com.wuchuheng.npm.project-setup#readme" }