smarthbs/package.json

39 lines
968 B
JSON

{
"name": "@pushrocks/smarthbs",
"version": "2.0.2",
"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.12",
"@pushrocks/smartpromise": "^2.0.5",
"@types/lodash": "^4.14.121",
"handlebars": "^4.1.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^11.9.4"
}
}