UNPKG

jovo-framework

Version:

[![Jovo Framework](../docs/img/jovo-header.png)](https://www.jovo.tech)

71 lines (70 loc) 1.68 kB
{ "name": "jovo-framework", "version": "2.2.2", "description": "", "main": "dist/src/index", "types": "dist/src/index.d.ts", "scripts": { "tslint": "tslint -p tsconfig.json -c tslint.json", "tsc": "tsc", "tscw": "tscw --watch", "rimraf": "rimraf ./dist", "typedoc": "typedoc --out ./docs ./ --mode file", "test": "jest" }, "author": "jovotech", "license": "Apache-2.0", "dependencies": { "@azure/functions": "^1.0.1-beta2", "express": "^4.16.3", "jovo-cms-i18next": "^2.2.1", "jovo-core": "^2.2.1", "jovo-db-filedb": "^2.2.1", "lodash.get": "^4.4.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/node": "^10.3.1", "gulp": "^4.0.0", "gulp-install": "^1.1.0", "gulp-run-command": "0.0.9", "gulp-zip": "^4.2.0", "jest": "^24.6.0", "rimraf": "^2.6.2", "source-map-support": "^0.5.8", "ts-jest": "^24.0.1", "tslint": "^5.15.0", "typedoc": "^0.13.0", "typescript": "^3.4.1" }, "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": true } } }, "files": [ "dist/src/**/*", "gulpfile.js" ], "gitHead": "b7fd58316e269d236a21af638ddf15160f5ca1fb" }