63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "dap",
|
|
"version": "2.0.0",
|
|
"private": false,
|
|
"description": "Data access proxy for SSH hosts, port forwards, and remote filesystem mounts.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"exports": {
|
|
".": "./dist_ts/index.js"
|
|
},
|
|
"type": "module",
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"dap": "./cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "tstest test/",
|
|
"build": "tsbuild",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"keywords": [
|
|
"ssh",
|
|
"ssh-config",
|
|
"proxy",
|
|
"port-forward",
|
|
"sshfs",
|
|
"rclone",
|
|
"sftp",
|
|
"fuse",
|
|
"cli"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@code.foss.global:29419/mainlevel/dap.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://code.foss.global/mainlevel/dap/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/mainlevel/dap#readme",
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.2",
|
|
"@git.zone/tsdoc": "^2.0.6",
|
|
"@git.zone/tstest": "^3.6.6",
|
|
"@types/node": "^25.9.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"cli.js",
|
|
".smartconfig.json",
|
|
"readme.md",
|
|
"license.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"packageManager": "pnpm@10.28.2"
|
|
}
|