Files
smartmta/npmextra.json

27 lines
638 B
JSON
Raw Normal View History

{
"@git.zone/tsrust": {
"targets": [
"linux_amd64",
"linux_arm64"
]
},
"@git.zone/cli": {
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
},
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "smartmta",
"description": "an mta implementation as TypeScript package, with network side implemented in rust",
"npmPackagename": "@push.rocks/smartmta",
"license": "MIT"
}
},
"@ship.zone/szci": {}
}