UNPKG

1.68 kBJSONView Raw
1{
2 "name": "@mechanicalhuman/logger",
3 "version": "0.4.12",
4 "description": "An opinionated logger exending bunyan",
5 "keywords": [],
6 "homepage": "https://github.com/mechanicalhuman/dev-logger#readme",
7 "bugs": {
8 "url": "https://github.com/mechanicalhuman/dev-logger/issues"
9 },
10 "license": "MIT",
11 "author": "Jorge Proaño <jorge@hiddennodeproblem.com> (https://www.hidden-node-problem.com/)",
12 "main": "lib/index.js",
13 "directories": {
14 "lib": "lib"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/mechanicalhuman/dev-logger.git"
19 },
20 "scripts": {
21 "precommit": "run-p -s lint md todos:save",
22 "lint": "standard --fix || true",
23 "md": "mos README.md && git add README.md",
24 "test": "run-s test:** -sn",
25 "test:dep:usage": "depcheck --ignores=husky",
26 "test:dep:version": "npm outdated",
27 "test:lint": "standard --verbose | snazzy",
28 "todos": "leasot 'lib/**/*.js'",
29 "todos:save": "npm run todos -- --reporter markdown > TODO.md || true && git add TODO.md"
30 },
31 "dependencies": {
32 "@mechanicalhuman/bunyan-pretty": "^0.1.12",
33 "async-exit-hook": "^2.0.1",
34 "bunyan": "^1.8.12",
35 "chalk": "^2.1.0",
36 "config": "^1.26.2",
37 "debug": "^3.0.1",
38 "lodash": "^4.17.4",
39 "moment": "^2.18.1",
40 "read-pkg-up": "^3.0.0",
41 "stack-trace": "0.0.10",
42 "string-length": "^2.0.0",
43 "term-size": "^1.2.0",
44 "yn": "^2.0.0"
45 },
46 "devDependencies": {
47 "depcheck": "^0.6.7",
48 "husky": "^0.14.3",
49 "leasot": "^4.10.1",
50 "mos": "^1.3.1",
51 "npm-run-all": "^4.1.1",
52 "snazzy": "^7.0.0",
53 "standard": "^10.0.3"
54 },
55 "publishConfig": {
56 "access": "public"
57 }
58}