Files
2026-05-03 10:49:21 +00:00

69 lines
1.6 KiB
JSON

{
"name": "@push.rocks/smartsamba",
"version": "0.2.0",
"private": false,
"description": "A TypeScript Samba/SMB client and server module backed by an embedded Rust SMB engine.",
"exports": {
".": "./dist_ts/index.js"
},
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"scripts": {
"test:before": "tsrust",
"pretest": "tsrust",
"test": "tstest test/ --verbose --timeout 60 --logfile",
"build": "tsbuild tsfolders && tsrust",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrust": "^1.3.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0",
"typescript": "^6.0.3"
},
"dependencies": {
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartrust": "^1.4.0"
},
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartsamba.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smartsamba/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartsamba",
"files": [
"ts/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_rust/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
"keywords": [
"samba",
"smb",
"cifs",
"network share",
"file sharing",
"typescript",
"rust",
"client",
"server"
],
"browserslist": [
"last 1 chrome versions"
],
"packageManager": "pnpm@10.28.2"
}