UNPKG

750 BJSONView Raw
1{
2 "name": "@lbu/insight",
3 "version": "0.0.88",
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 "maintainers": [
16 {
17 "name": "Dirk de Visser",
18 "email": "dirkdev98@gmail.com"
19 },
20 {
21 "name": "Daniël Hansen"
22 }
23 ],
24 "homepage": "https://lbu.lightbase.nl",
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/lightbasenl/lbu.git",
28 "directory": "packages/insight"
29 },
30 "publishConfig": {
31 "access": "public"
32 },
33 "engines": {
34 "node": ">=14"
35 },
36 "gitHead": "f95775597389435d11e6ef713651a2d1d4816067"
37}