2017-02-19 04:12:17 +01:00
|
|
|
{
|
2023-07-10 02:56:17 +02:00
|
|
|
"name": "@push.rocks/smarthbs",
|
2023-06-25 00:40:42 +02:00
|
|
|
"version": "3.0.3",
|
2018-08-27 23:04:15 +02:00
|
|
|
"private": false,
|
2025-01-25 00:43:31 +01:00
|
|
|
"description": "Enhances Handlebars with advanced filesystem support, template compilation, and efficient management of partials and variables.",
|
2022-07-24 15:30:19 +02:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
|
|
|
"type": "module",
|
2017-02-19 04:12:17 +01:00
|
|
|
"scripts": {
|
2018-08-27 23:04:15 +02:00
|
|
|
"test": "(tstest test/)",
|
2022-07-24 15:30:19 +02:00
|
|
|
"build": "(tsbuild --allowimplicitany)"
|
2017-02-19 04:12:17 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-05-29 14:13:32 +02:00
|
|
|
"url": "https://code.foss.global/push.rocks/smarthbs.git"
|
2017-02-19 04:12:17 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
2024-04-14 17:41:26 +02:00
|
|
|
"handlebars",
|
|
|
|
"template engine",
|
|
|
|
"file system",
|
|
|
|
"partials",
|
|
|
|
"template compilation",
|
2025-01-25 00:43:31 +01:00
|
|
|
"smarthbs",
|
2024-04-14 17:41:26 +02:00
|
|
|
"smartfile integration",
|
|
|
|
"template variables analysis",
|
2025-01-25 00:43:31 +01:00
|
|
|
"dynamic content",
|
2024-04-14 17:41:26 +02:00
|
|
|
"code generation",
|
2025-01-25 00:43:31 +01:00
|
|
|
"typescript",
|
|
|
|
"project management"
|
2017-02-19 04:12:17 +01:00
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pkunz/smarthbs/issues"
|
|
|
|
},
|
2024-05-29 14:13:32 +02:00
|
|
|
"homepage": "https://code.foss.global/push.rocks/smarthbs",
|
2017-02-19 04:12:17 +01:00
|
|
|
"dependencies": {
|
2023-06-25 00:40:41 +02:00
|
|
|
"@pushrocks/smartfile": "^10.0.17",
|
2022-07-24 15:30:19 +02:00
|
|
|
"@pushrocks/smartpath": "^5.0.5",
|
2023-06-25 00:40:41 +02:00
|
|
|
"@pushrocks/smartpromise": "^4.0.2",
|
2023-06-25 00:29:02 +02:00
|
|
|
"handlebars": "^4.7.7"
|
2017-02-19 04:12:17 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-25 00:40:41 +02:00
|
|
|
"@gitzone/tsbuild": "^2.1.66",
|
|
|
|
"@gitzone/tsrun": "^1.2.42",
|
2022-07-24 15:30:19 +02:00
|
|
|
"@gitzone/tstest": "^1.0.72",
|
2023-06-25 00:40:41 +02:00
|
|
|
"@pushrocks/tapbundle": "^5.0.8",
|
|
|
|
"@types/node": "^20.3.1"
|
2019-09-10 18:02:42 +02:00
|
|
|
},
|
|
|
|
"files": [
|
2022-07-24 15:30:19 +02:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-09-10 18:02:42 +02:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2022-07-24 15:30:19 +02:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-09-10 18:02:42 +02:00
|
|
|
]
|
2023-07-10 02:56:17 +02:00
|
|
|
}
|