30 lines
740 B
JSON
30 lines
740 B
JSON
{
|
|
"@git.zone/cli": {
|
|
"projectType": "npm",
|
|
"module": {
|
|
"githost": "code.foss.global",
|
|
"gitscope": "git.zone",
|
|
"gitrepo": "tsrust",
|
|
"description": "A tool for compiling Rust projects, detecting Cargo workspaces, building with cargo, and placing binaries in a conventional dist_rust directory.",
|
|
"npmPackagename": "@git.zone/tsrust",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"Rust",
|
|
"cargo",
|
|
"compilation",
|
|
"CLI tool",
|
|
"build tool",
|
|
"workspace",
|
|
"binary"
|
|
]
|
|
},
|
|
"release": {
|
|
"registries": [
|
|
"https://verdaccio.lossless.digital",
|
|
"https://registry.npmjs.org"
|
|
],
|
|
"accessLevel": "public"
|
|
}
|
|
}
|
|
}
|