11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"name": "@nodedc/infrastructure-telemetry-contract",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": "./src/index.mjs",
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|