smarthbs/package.json
2024-05-29 14:13:32 +02:00

62 lines
1.5 KiB
JSON

{
"name": "@push.rocks/smarthbs",
"version": "3.0.3",
"private": false,
"description": "A library that enhances handlebars with better file system support, templates compilation, and partials registration.",
"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",
"smartfile integration",
"template variables analysis",
"code generation",
"dynamic content"
],
"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"
]
}