2026-09-08 18:57:51 +02:00
|
|
|
{
|
2026-09-08 19:55:20 +02:00
|
|
|
"name": "@uhhm/buuh-devtools",
|
2026-09-08 18:57:51 +02:00
|
|
|
"version": "8.0.0-dev",
|
|
|
|
|
"description": "Console devtools for choo: window.choo, event log, perf timings",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./index.js"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"index.js"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=24"
|
|
|
|
|
},
|
2026-09-08 19:55:20 +02:00
|
|
|
"repository": "https://project.uhhm.no/uhhm/buuh",
|
2026-09-08 18:57:51 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"choo",
|
|
|
|
|
"devtools",
|
|
|
|
|
"debug"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
}
|