xweb
Version:
web xweb
26 lines (25 loc) • 405 B
JSON
{
"name": "xweb",
"version": "1.1.1",
"description": "web xweb",
"main": "index.js",
"author": "tphp",
"license": "MIT",
"repository": "tphp/xweb",
"dependencies": {
"koa": "^2.13.0",
"koa-web": "^1.0.0",
"koa-session": "^6.2.0"
},
"bin": {
"xweb": "./bin/xweb"
},
"scripts": {
"test": "npx xweb"
},
"keywords": [
"web",
"xweb",
"koa-web"
]
}