{ "name": "@push.rocks/smarthbs", "version": "3.0.5", "private": false, "description": "Enhances Handlebars with advanced filesystem support, template compilation, and efficient management of partials and variables.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smarthbs.git" }, "keywords": [ "handlebars", "template engine", "file system", "partials", "template compilation", "smarthbs", "smartfs integration", "template variables analysis", "dynamic content", "code generation", "typescript", "project management" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pkunz/smarthbs/issues" }, "homepage": "https://code.foss.global/push.rocks/smarthbs", "dependencies": { "@push.rocks/smartfs": "^1.5.1", "handlebars": "^4.7.7" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.28.2" }