jovo-v4-community-plugin-jexl-output
Version:
A Jovo V4 framework plugin which adds Jexl support for output strings.
74 lines (73 loc) • 1.81 kB
JSON
{
"name": "jovo-v4-community-plugin-jexl-output",
"version": "0.0.16",
"description": "A Jovo V4 framework plugin which adds Jexl support for output strings.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"tslint": "tslint -p tsconfig.json -c tslint.json",
"tsc": "tsc",
"rimraf": "rimraf ./dist",
"typedoc": "typedoc --out ./docs ./ --mode file",
"test": "jest"
},
"author": "Frank Börncke",
"license": "Apache-2.0",
"homepage": "https://github.com/fboerncke/jovo-v4-community-plugin-jexl-output#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fboerncke/jovo-v4-community-plugin-jexl-output.git"
},
"bugs": {
"url": "https://github.com/fboerncke/jovo-v4-community-plugin-jexl-output/issues"
},
"dependencies": {
"@jovotech/framework": "^4.0.0",
"husky": "^4.2.3",
"jexl": "^2.3.0",
"lodash": "^4.17.21",
"voca": "^1.4.0"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^13.11.0",
"@types/jexl": "^2.3.0",
"@types/lodash": "^4.14.191",
"@types/voca": "^1.4.2",
"jest": "^27.3.1",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.17.4",
"typescript": "^4.2.3"
},
"husky": {
"hooks": {
"pre-commit": "npm run tslint"
}
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testURL": "http://localhost/",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
},
"files": [
"dist/src/**/*"
],
"directories": {
"test": "test"
},
"keywords": [
"jovo"
]
}