initial
This commit is contained in:
29
npmextra.json
Normal file
29
npmextra.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user