smarthbs/package.json
2025-01-25 00:43:31 +01:00

66 lines
1.6 KiB
JSON

{
"name": "@push.rocks/smarthbs",
"version": "3.0.4",
"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 --allowimplicitany)"
},
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smarthbs.git"
},
"keywords": [
"handlebars",
"template engine",
"file system",
"partials",
"template compilation",
"smarthbs",
"smartfile 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": {
"@pushrocks/smartfile": "^10.0.17",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^4.0.2",
"handlebars": "^4.7.7"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^20.3.1"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}