UNPKG

@raintech-oss/jovo-dew

Version:
64 lines (63 loc) 1.95 kB
{ "name": "@raintech-oss/jovo-dew", "version": "2.0.2", "description": "Dew View Engine for Jovo", "main": "dist/cjs/index.js", "module": "dist/esm5/index.js", "es2015": "dist/esm2015/index.js", "types": "dist/types/index.d.ts", "sideEffects": false, "files": [ "dist" ], "scripts": { "prebuild": "rimraf dist", "build": "tsc -b tsconfig.build.cjs.json tsconfig.build.esm5.json tsconfig.build.esm2015.json tsconfig.build.types.json", "watch": "tsc -b tsconfig.build.cjs.json tsconfig.build.esm5.json tsconfig.build.esm2015.json tsconfig.build.types.json --watch", "prettier": "prettier -w -l src test package.json", "eslint": "eslint src test --fix --ext .ts", "rimraf": "rimraf dist", "test": "jest --runInBand --detectOpenHandles", "coverage": "jest --coverage" }, "author": "raintech", "license": "Apache-2.0", "homepage": "https://github.com/raintech-oss/jovo-dew#readme", "repository": { "type": "git", "url": "https://github.com/raintech-oss/jovo-dew" }, "bugs": { "url": "https://github.com/raintech-oss/jovo-dew/issues" }, "keywords": [ "jovo", "jovo framework", "custom assistant", "view", "view engine" ], "dependencies": { "@jovotech/framework": "^4.5.0", "lodash": "^4.17.21", "url-join-ts": "^1.0.5" }, "devDependencies": { "@types/jest": "^27.0.2", "@types/lodash": "^4.17.12", "@types/node": "^13.11.0", "@types/validator": "^13.7.2", "@types/which": "^2.0.1", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint": "^7.17.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.3.1", "jest": "^27.3.1", "prettier": "^2.2.1", "rimraf": "^3.0.2", "ts-jest": "^27.0.7", "typescript": "^4.7.4" }, "prettier": "./.prettierrc.js" }