{ "name": "@push.rocks/smartdeno", "version": "1.2.0", "private": false, "description": "A module to run Deno scripts from Node.js, including functionalities for downloading Deno and executing Deno scripts.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --verbose --timeout 60)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "(tsdoc)" }, "devDependencies": { "@git.zone/tsbuild": "^3.1.2", "@git.zone/tsrun": "^2.0.0", "@git.zone/tstest": "^3.1.3", "@types/node": "^24.10.1" }, "dependencies": { "@push.rocks/smartarchive": "^5.0.1", "@push.rocks/smartfs": "^1.2.0", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartshell": "^3.3.0", "@push.rocks/smartunique": "^3.0.9" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartdeno.git" }, "bugs": { "url": "https://gitlab.com/push.rocks/smartdeno/issues" }, "homepage": "https://code.foss.global/push.rocks/smartdeno", "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "keywords": [ "Deno", "Node.js", "Script Execution", "TypeScript", "Development Tools", "Deno Download", "Code Execution", "Ephemeral Execution", "Cross-platform", "In-memory" ], "packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34" }