@midgar/midgar
Version:
node js framework
54 lines (53 loc) • 1.26 kB
JSON
{
"name": "@midgar/midgar",
"version": "1.0.0-aplha.3.11",
"description": "node js framework",
"main": "./src/index.js",
"jest": {
"rootDir": ".",
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|(\\.|/)spec)\\.[jt]sx?$",
"collectCoverage": true,
"collectCoverageFrom": [
"./src/**/*.js"
],
"coverageDirectory": "coverage",
"reporters": [
"default",
"jest-junit"
]
},
"scripts": {
"build-docs": "jsdoc -c ./jsdoc.js -t ./node_modules/ink-docstrap/template ./README.md -r ./src/",
"test": "jest --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/midgarjs/midgar.git"
},
"dependencies": {
"dotenv": "^10.0.0",
"emittery": "^0.9.2",
"glob": "^7.1.7",
"lodash.merge": "^4.6.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
},
"devDependencies": {
"ink-docstrap": "^1.3.2",
"jest": "^27.0.4",
"jest-junit": "^12.1.0",
"jsdoc": "3.6.7",
"rimraf": "^3.0.2",
"uid-safe": "^2.1.5"
},
"keywords": [
"mvc",
"mvcs",
"node",
"plugin",
"framework"
],
"author": "Metais Fabien",
"license": "MIT"
}