ynn
Version:
Ynn is a framework for building more flexible and portable web applications.
87 lines (86 loc) • 2.35 kB
JSON
{
"name": "ynn",
"description": "Ynn is a framework for building more flexible and portable web applications.",
"repository": {
"type": "git",
"url": "git+https://github.com/ynnjs/ynn.git"
},
"version": "0.1.16",
"keywords": [
"koa",
"mvc",
"framework",
"modules",
"ynn"
],
"devDependencies": {
"@lvchengbin/sleep": "0.0.2",
"eslint": "^7.4.0",
"jest": "^26.1.0",
"jest-mock-console": "^1.0.1",
"max-listeners-exceeded-warning": "0.0.1",
"pre-commit": "^1.2.2",
"supertest": "^5.0.0-0"
},
"author": "LvChengbin <lvchengbin59@gmail.com>",
"license": "MIT",
"dependencies": {
"@lvchengbin/config": "0.0.2",
"@lvchengbin/is": "0.0.27",
"@lvchengbin/koa-router": "0.1.1",
"@lvchengbin/sequence": "^2.0.1",
"chalk": "^4.1.0",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-compose": "^4.1.0",
"koa-preuse": "0.0.0",
"koa-sham": "0.0.11",
"koa-static": "^5.0.0",
"request": "^2.88.2",
"stack-trace": "0.0.10",
"type-is": "^1.6.18",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"winston-transport": "^4.4.0",
"yargs": "^15.4.0",
"ynn-http-assert": "0.0.6"
},
"scripts": {
"test": "jest --forceExit",
"tw": "jest --watch",
"test-cov": "jest --coverage --runInBand --forceExit --detectOpenHandles",
"lint": "eslint lib --cache --ignore-path .eslintignore",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0"
},
"engines": {
"node": ">=8.0"
},
"bugs": {
"url": "https://github.com/ynnjs/ynn/issues"
},
"homepage": "https://github.com/ynnjs/ynn#readme",
"main": "index.js",
"files" : [
"index.js",
"lib"
],
"directories": {
"example": "example",
"lib": "lib",
"test": "test"
},
"jest": {
"testMatch": [
"**/test/**/*.spec.js"
],
"coverageReporters": [
"text-summary",
"text",
"lcov"
],
"collectCoverageFrom": [
"lib/**/*.js"
],
"testEnvironment": "node"
}
}