Files
dap/.smartconfig.json

42 lines
928 B
JSON

{
"npmts": {},
"@git.zone/cli": {
"schemaVersion": 2,
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "mainlevel",
"gitrepo": "dap",
"description": "Data access proxy for SSH hosts, port forwards, and remote filesystem mounts.",
"npmPackagename": "dap",
"license": "MIT"
},
"release": {
"preflight": {
"requireCleanTree": true,
"test": false,
"build": true
},
"targets": {
"git": {
"enabled": true,
"remote": "origin",
"pushBranch": true,
"pushTags": true
},
"npm": {
"enabled": true,
"registries": [
"https://registry.npmjs.org"
],
"accessLevel": "public",
"alreadyPublished": "success"
}
}
}
},
"@ship.zone/szci": {
"npmGlobalTools": []
}
}