{ "name": "@push.rocks/smartlog-interfaces", "version": "3.0.2", "private": false, "description": "Defines interfaces for the smartlog ecosystem.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "tstest test/", "build": "(tsbuild --web)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.66", "@git.zone/tsrun": "^1.2.44", "@git.zone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.8", "@types/node": "^20.14.2" }, "dependencies": { "@api.global/typedrequest-interfaces": "^2.0.1", "@tsclass/tsclass": "^4.0.54" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module", "keywords": [ "logging", "interfaces", "typescript", "smartlog", "log management", "log interface", "ecosystem", "node.js", "typescript definitions" ], "homepage": "https://code.foss.global/push.rocks/smartlog-interfaces", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartlog-interfaces.git" } }