typescript-logging
Version:
TypeScript Logging core written in and to be used by TypeScript (this is the core project, you need to install a flavor too).
62 lines (61 loc) • 1.87 kB
JSON
{
"name": "typescript-logging",
"version": "2.2.0",
"description": "TypeScript Logging core written in and to be used by TypeScript (this is the core project, you need to install a flavor too).",
"main": "dist/bundle/typescript-logging.js",
"module": "dist/bundle/typescript-logging.esm.js",
"typings": "dist/bundle/src/typescript/main/typescript-logging.d.ts",
"scripts": {
"prepack": "shx cp ../README.md ./README.md",
"clean": "shx rm -rf ./dist",
"compile": "rollup -c",
"compile-watch": "rollup -cw",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"test": "jest --no-cache",
"test-watch": "jest --watchAll",
"build": "npm run clean && npm run compile && npm run test && npm run tslint && npm pack --pack-destination dist"
},
"files": [
"dist/bundle",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vauxite-org/typescript-logging.git"
},
"keywords": [
"typescript-logging",
"typescript logging",
"typescript-logging core",
"typescript logger",
"log4ts",
"log4ts-like",
"category",
"category-like",
"logging",
"log",
"logger"
],
"author": "Martijn Reuvers <martijnr.work@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vauxite-org/typescript-logging/issues"
},
"homepage": "https://github.com/vauxite-org/typescript-logging/#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"rollup": "4.13.2",
"rollup-plugin-typescript2": "0.36.0",
"shx": "0.3.4",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.1.6"
}
}