@8select/strulo
Version:
Log messages in a structured format.
53 lines (52 loc) • 1.81 kB
JSON
{
"name": "@8select/strulo",
"version": "0.5.1",
"description": "Log messages in a structured format.",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"files": ["lib"],
"scripts": {
"precommit": "lint-staged",
"prepush": "./scripts/prepush.sh",
"lint": "eslint --ext js .",
"test": "BABEL_ENV=cjs DEBUG=DEBUG,INFO,ERROR jest",
"build": "rm -rf lib && npm run build:lib && npm run build:flow",
"build:lib": "npm run build:lib:cjs && npm run build:lib:es6",
"build:lib:cjs": "BABEL_ENV=cjs babel --out-dir lib/cjs src",
"build:lib:es6": "BABEL_ENV=es6 babel --out-dir lib/es6 src",
"build:flow": "flow-copy-source src lib/cjs && flow-copy-source src lib/es6",
"prepublishOnly": "npm run build",
"coverbadge": "cat coverage/lcov.info | coverbadge -o ./badges/coverage.svg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/8select/strulo.git"
},
"keywords": ["8select", "javascript", "logging", "lambda", "aws", "log", "cloudwatch", "json", "level", "log-level"],
"author": "8select Software GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/8select/strulo/issues"
},
"homepage": "https://github.com/8select/strulo#readme",
"dependencies": {
"debug": "^2.6.8"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.1",
"coverbadge": "^0.5.5",
"eslint": "^4.9.0",
"eslint-config-8select-flow": "^1.0.1",
"flow-bin": "^0.57.3",
"flow-copy-source": "^1.2.1",
"husky": "^0.14.3",
"intercept-stdout": "^0.1.2",
"jest": "^21.1.0",
"lint-staged": "^4.3.0",
"prettier": "^1.8.2"
}
}