UNPKG

803 BJSONView Raw
1{
2 "name": "@lbu/insight",
3 "version": "0.0.92",
4 "description": "Simple logger in NDJSON format",
5 "main": "./index.js",
6 "exports": "./index.js",
7 "types": "./index.d.ts",
8 "type": "module",
9 "keywords": [
10 "lightbase",
11 "lbu",
12 "logger"
13 ],
14 "license": "MIT",
15 "dependencies": {
16 "@lbu/stdlib": "0.0.92"
17 },
18 "maintainers": [
19 {
20 "name": "Dirk de Visser",
21 "email": "dirkdev98@gmail.com"
22 },
23 {
24 "name": "Daniël Hansen"
25 }
26 ],
27 "homepage": "https://lbu.lightbase.nl",
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/lightbasenl/lbu.git",
31 "directory": "packages/insight"
32 },
33 "publishConfig": {
34 "access": "public"
35 },
36 "engines": {
37 "node": ">=14"
38 },
39 "gitHead": "68be0c5c1f7177797820b1cf2ef061542004dfd3"
40}