forked from adonisjs/adonis-http-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@adonisjs/http-logger",
"version": "1.0.0",
"description": "Http request logger for AdonisJs",
"main": "index.js",
"scripts": {
"lint": "standard",
"pretest": "npm run lint",
"test": "japa"
},
"keywords": [
"adonisjs",
"adonis-framework"
],
"author": "virk",
"license": "MIT",
"devDependencies": {
"@adonisjs/sink": "^1.0.13",
"cz-conventional-changelog": "^2.1.0",
"japa": "^1.0.5",
"japa-cli": "^1.0.1",
"standard": "^11.0.1",
"supertest": "^3.0.0"
},
"dependencies": {
"on-finished": "^2.3.0",
"pretty-ms": "^3.1.0"
},
"standard": {
"globals": [
"use"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adonisjs/adonis-http-logger.git"
},
"bugs": {
"url": "https://github.com/adonisjs/adonis-http-logger/issues"
},
"homepage": "https://github.com/adonisjs/adonis-http-logger#readme"
}