static-koa-router
Version:
Serve static file through koa-router
55 lines (54 loc) • 1.25 kB
JSON
{
"name": "static-koa-router",
"version": "1.0.3",
"description": "Serve static file through koa-router",
"main": "Serve.js",
"types": "Serve.d.ts",
"scripts": {
"test": "jest --config jest.config.json --detectOpenHandles --runInBand --forceExit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owencalvin/static-koa-router.git"
},
"keywords": [
"router",
"static",
"koa",
"file",
"serve",
"html",
"css"
],
"author": "Owen Calvin",
"license": "MIT",
"bugs": {
"url": "https://github.com/owencalvin/static-koa-router/issues"
},
"homepage": "https://github.com/owencalvin/static-koa-router#readme",
"dependencies": {
"koa-send": "^5.0.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^24.0.9",
"@types/koa": "^2.0.48",
"@types/koa-router": "^7.0.40",
"@types/koa-send": "^4.1.1",
"@types/node": "^11.9.5",
"axios": "^0.18.0",
"husky": "^1.3.1",
"jest": "^24.1.0",
"koa": "^2.7.0",
"koa-router": "^7.4.0",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.2",
"tslib": "^1.9.3",
"typescript": "^3.3.3333"
},
"husky": {
"hooks": {
"pre-commit": "npm run test"
}
}
}