{ "name": "@pushrocks/smarthbs", "version": "2.0.8", "private": false, "description": "handlebars with better fs support", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --allowimplicitany)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pkunz/smarthbs.git" }, "keywords": [ "handlebars" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pkunz/smarthbs/issues" }, "homepage": "https://gitlab.com/pkunz/smarthbs#README", "dependencies": { "@pushrocks/smartfile": "^10.0.2", "@pushrocks/smartpath": "^5.0.5", "@pushrocks/smartpromise": "^3.1.7", "@types/lodash.uniq": "^4.5.7", "handlebars": "^4.7.7", "lodash.uniq": "^4.5.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.63", "@gitzone/tsrun": "^1.2.37", "@gitzone/tstest": "^1.0.72", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.0.6" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }