23 lines
389 B
JSON
23 lines
389 B
JSON
{
|
|||
|
|
"name": "@choojs/devtools",
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"repository": "choojs/choo",
|
||
|
|
"keywords": [
|
||
|
|
"choo",
|
||
|
|
"devtools",
|
||
|
|
"debug"
|
||
|
|
],
|
||
|
|
"license": "MIT"
|
||
|
|
}
|