logpipes
Version:
Console.log transformation pipes
50 lines (49 loc) • 1.19 kB
JSON
{
"name": "logpipes",
"description": "Console.log transformation pipes",
"version": "1.11.0",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"private": false,
"scripts": {
"prebuild": "npm run clean",
"build": "webpack",
"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": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^9.25.1",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"ts-jest": "^29.3.2",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.7",
"webpack-cli": "^5.1.4"
},
"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"
}
}