logpipes
Version:
Console.log transformation pipes
43 lines (42 loc) • 959 B
JSON
{
"name": "logpipes",
"description": "Console.log transformation pipes",
"version": "1.10.4",
"license": "Apache-2.0",
"main": "dist/index.js",
"private": false,
"scripts": {
"build": "tsc",
"clean": "rimraf ./dist",
"lint": "eslint . --ext .ts",
"test": "jest --runInBand",
"release": "npm run clean && npm run build && npm run lint && npm run test && rimraf ./dist/tests && npm publish"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
},
"engines": {
"node": ">=10"
},
"files": [
"dist/**/*"
],
"keywords": [
"logging",
"console",
"log",
"json",
"console.log",
"console.debug"
],
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:mfursov/logpipes.git"
}
}