jest-hbs-extension
Version:
Jest extension to test HBS templates
38 lines (37 loc) • 941 B
JSON
{
"name": "jest-hbs-extension",
"version": "0.2.3",
"description": "Jest extension to test HBS templates",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"scripts": {
"build": "babel src -d dist",
"prepublishOnly": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dawiddominiak/jest-hbs-extension.git"
},
"keywords": [
"JEST"
],
"author": "Dawid Dominiak",
"license": "MIT",
"bugs": {
"url": "https://github.com/dawiddominiak/jest-hbs-extension/issues"
},
"homepage": "https://github.com/dawiddominiak/jest-hbs-extension#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"handlebars": "^4.1.1",
"jest": "^24.5.0"
},
"devDependencies": {},
"babel": {
"plugins": [
"babel-plugin-transform-es2015-modules-commonjs"
]
}
}