tspublish/npmextra.json

30 lines
744 B
JSON
Raw Normal View History

2024-10-21 10:16:09 +00:00
{
"gitzone": {
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "git.zone",
"gitrepo": "tspublish",
"description": "A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.",
2024-10-21 10:16:09 +00:00
"npmPackagename": "@git.zone/tspublish",
"license": "MIT",
"projectDomain": "git.zone",
"keywords": [
"typescript",
"monorepo",
"package",
"publish",
"npm",
"automation",
"git",
"modularity",
"module-management",
"developer-tools"
]
2024-10-21 10:16:09 +00:00
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}