UNPKG

jovo-framework

Version:

[![Jovo Framework](https://github.com/jovotech/jovo-framework/raw/master/docs/img/jovo-header.jpg)](https://v3.jovo.tech)

81 lines (80 loc) 2.06 kB
{ "name": "jovo-framework", "version": "3.6.2", "description": "", "main": "dist/src/index", "types": "dist/src/index.d.ts", "scripts": { "prettier": "prettier --config ./.prettierrc.js --write \"{test,src}/**/*\" --list-different", "tslint": "tslint -p tsconfig.json -c tslint.json", "rimraf": "rimraf ./dist", "tsc": "tsc", "tscw": "tsc --watch", "typedoc": "typedoc --out ./docs --mode file", "test": "jest --runInBand" }, "author": "jovotech", "license": "Apache-2.0", "dependencies": { "@azure/functions": "^1.0.1-beta2", "body-parser": "^1.19.0", "chalk": "^4.1.0", "express": "^4.16.3", "jovo-core": "^3.6.1", "jovo-db-filedb": "^3.6.1", "json-colorizer": "^2.2.2", "lodash.clonedeep": "^4.5.0", "lodash.get": "^4.4.2", "lodash.merge": "^4.6.2", "lodash.set": "^4.3.2", "lodash.unset": "^4.5.2" }, "devDependencies": { "@types/express": "^4.16.0", "@types/jest": "^24.0.11", "@types/lodash.get": "^4.4.6", "@types/lodash.merge": "^4.6.6", "@types/lodash.set": "^4.3.6", "@types/lodash.unset": "^4.5.6", "@types/node": "^10.3.1", "gulp": "^4.0.2", "gulp-install": "^1.1.0", "gulp-run-command": "0.0.9", "gulp-zip": "^4.2.0", "jest": "^25.1.0", "prettier": "2.0.2", "rimraf": "^2.6.2", "source-map-support": "^0.5.8", "ts-jest": "^25.4.0", "tslint": "^5.17.0", "tslint-config-prettier": "^1.18.0", "typedoc": "^0.15.6", "typescript": "^3.8.3" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testURL": "http://localhost/", "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "testPathIgnorePatterns": [ "/dist/", "/node_modules/" ], "moduleFileExtensions": [ "ts", "js", "json" ], "globals": { "ts-jest": { "diagnostics": false } } }, "files": [ "dist/src/**/*", "gulpfile.js" ], "gitHead": "1a732ce49caa0f37b32ad0c2887f4e084195fb9f" }