{ "name": "@push.rocks/smartexpose", "version": "1.0.6", "private": false, "description": "A TypeScript package for temporarily exposing files through WebDAV-backed public URLs.", "exports": { ".": "./dist_ts/index.js" }, "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH ", "license": "MIT", "scripts": { "test": "tstest test/", "build": "tsbuild --web", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsdoc": "^2.0.3", "@git.zone/tstest": "^3.6.3", "@push.rocks/qenv": "^6.1.4", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartfile": "^13.1.3", "@push.rocks/smartformat": "^1.1.0", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartrequest": "^5.0.3", "@push.rocks/smartunique": "^3.0.9", "@push.rocks/smartwebdav": "^1.1.3", "@push.rocks/taskbuffer": "^8.0.2" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartexpose.git" }, "bugs": { "url": "https://code.foss.global/push.rocks/smartexpose/issues" }, "homepage": "https://code.foss.global/push.rocks/smartexpose", "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "keywords": [ "file exposure", "temporary URLs", "WebDAV", "public files", "TypeScript", "task scheduling", "smartfile", "file sharing", "automation", "node.js" ] }