UNPKG

900 BJSONView Raw
1{
2 "name": "@financial-times/n-logger",
3 "version": "5.6.5",
4 "license": "MIT",
5 "main": "dist/main.js",
6 "repository": "Financial-Times/next-logger.git",
7 "scripts": {
8 "prepublish": "make build",
9 "commit": "commit-wizard",
10 "precommit": "node_modules/.bin/secret-squirrel",
11 "commitmsg": "node_modules/.bin/secret-squirrel-commitmsg",
12 "prepush": "make verify -j3"
13 },
14 "dependencies": {
15 "isomorphic-fetch": "^2.2.1",
16 "request": "^2.83.0",
17 "winston": "^2.4.0"
18 },
19 "devDependencies": {
20 "@financial-times/n-gage": "^2.0.1",
21 "babel-cli": "^6.26.0",
22 "babel-preset-env": "^1.6.1",
23 "babel-register": "^6.26.0",
24 "chai": "^4.1.2",
25 "chai-string": "^1.4.0",
26 "mocha": "^5.1.1",
27 "nock": "^9.0.2",
28 "proxyquire": "^2.0.1",
29 "sinon": "^5.0.7",
30 "sinon-chai": "^3.0.0"
31 },
32 "config": {},
33 "engines": {
34 "node": ">=6.1.0"
35 }
36}