{ "name": "@pushrocks/smarthbs", "version": "2.0.0", "private": false, "description": "handlebars with better fs support", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "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": "^6.0.8", "@pushrocks/smartpromise": "^2.0.5", "@types/handlebars": "^4.0.39", "@types/lodash": "^4.14.116", "handlebars": "^4.0.11", "lodash": "^4.17.10" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.12", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.5", "@types/node": "^10.9.2" } }