Fix types and add tests

This commit is contained in:
KARASZI István
2019-04-30 22:26:39 +02:00
parent b00d88c4a7
commit 8df2778337
7 changed files with 817 additions and 54 deletions

View File

@@ -11,12 +11,13 @@
"method"
],
"files": [
"src",
"index.d.ts"
"src"
],
"types": "types",
"scripts": {
"test": "node_modules/jasme/run.js",
"coverage": "make coverage"
"coverage": "make coverage",
"dtslint": "dtslint types"
},
"author": "Konstantin Pogorelov <or@pluseq.com>",
"license": "MIT",
@@ -25,15 +26,19 @@
"url-value-parser": "^2.0.0"
},
"devDependencies": {
"@types/express": "^4.16.1",
"coveralls": "^3.0.2",
"dtslint": "^0.7.1",
"eslint": "^5.11.0",
"express": "^4.16.4",
"istanbul": "^0.4.5",
"jasme": "^6.0.0",
"koa": "^2.6.2",
"koa-connect": "^2.0.1",
"prom-client": "^11.3.0",
"supertest": "^3.3.0",
"supertest-koa-agent": "^0.3.0"
"supertest-koa-agent": "^0.3.0",
"typescript": "^3.4.5"
},
"peerDependencies": {
"prom-client": "^11.1.2"