@wuchuheng/setup
Version:
CLI tool to initialize project with common configuration files
39 lines (38 loc) • 887 B
JSON
{
"name": "@wuchuheng/setup",
"version": "1.0.5",
"description": "CLI tool to initialize project with common configuration files",
"main": "index.js",
"bin": {
"@wuchuheng/setup": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"init",
"project",
"template"
],
"author": "wuchuheng",
"license": "MIT",
"packageManager": "pnpm@10.7.0",
"files": [
"bin/",
"src/",
"LICENSE",
".editorconfig",
".gitignore",
".gitattributes",
".cursor/"
],
"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"
}