UNPKG

@litert/logger

Version:

A logs-recorder for LiteRT framework.

47 lines (46 loc) 1.33 kB
{ "name": "@litert/logger", "version": "2.1.0", "description": "A logs-recorder for LiteRT framework.", "main": "lib/index.js", "scripts": { "prepublishOnly": "npm run rebuild", "build": "echo Using TypeScript && tsc -v && tsc -p .", "build-watch": "echo Using TypeScript && tsc -v && tsc -w -p .", "rebuild": "npm run clean && npm run lint && npm run build", "test": "echo See directory src/examples", "clean": "rm -rf lib examples", "typecheck": "tsc -p tsconfig.json --noEmit", "lint": "eslint --ext ts src", "prepare": "husky install" }, "keywords": [ "litert", "lrt", "log", "logger" ], "author": "Angus.Fenying <fenying@litert.org> (https://fenying.net)", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/litert/logger.js.git" }, "bugs": { "url": "https://github.com/litert/logger.js/issues" }, "homepage": "https://github.com/litert/logger.js#readme", "types": "lib/index.d.ts", "typings": "lib/index.d.ts", "devDependencies": { "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@litert/eslint-plugin-rules": "^0.2.5", "@types/node": "^22.10.2", "husky": "^9.1.7", "typescript": "^5.7.2" }, "engines": { "node": ">=18.0.0" } }