-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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
51
52
{
"name": "escriba",
"version": "3.0.0",
"description": "Logging with steroids",
"main": "src/index.js",
"scripts": {
"lint": "eslint src",
"test": "nyc ava test/**/*.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pagarme/escriba.git"
},
"author": "Pagar.me Pagamentos S/A",
"license": "MIT",
"bugs": {
"url": "https://github.com/pagarme/escriba/issues"
},
"homepage": "https://github.com/pagarme/escriba#readme",
"dependencies": {
"cuid": "^1.3.8",
"iron-mask": "1.0.2",
"json-stringify-safe": "5.0.1",
"moment-timezone": "^0.5.13",
"pokeprop": "^1.0.0",
"ramda": "^0.23.0",
"serialize-error": "8.1.0"
},
"devDependencies": {
"ava": "^2.4.0",
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"dd-trace": "3.41.0",
"eslint": "^5.1.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"log4js": "^3.0.0",
"mask-json": "^1.0.2",
"nyc": "^15.1.0",
"winston": "^2.3.1"
},
"peerDependencies": {
"dd-trace": "3.41.0"
},
"engines": {
"node": ">=14"
}
}