mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-08-15 03:33:46 +00:00
47 lines
995 B
JSON
47 lines
995 B
JSON
{
|
|
"name": "@earendil-works/pi-telemetry",
|
|
"version": "0.84.2",
|
|
"description": "Vendor-neutral telemetry contracts and typed schema utilities for pi",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./testing": {
|
|
"types": "./dist/testing/index.d.ts",
|
|
"import": "./dist/testing/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"clean": "shx rm -rf dist",
|
|
"build": "tsgo -p tsconfig.build.json",
|
|
"test": "vitest --run",
|
|
"prepublishOnly": "npm run clean && npm run build"
|
|
},
|
|
"keywords": [
|
|
"telemetry",
|
|
"tracing",
|
|
"observability"
|
|
],
|
|
"author": "Mario Zechner",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/earendil-works/pi.git",
|
|
"directory": "packages/telemetry"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.12.4",
|
|
"vitest": "4.1.9"
|
|
}
|
|
}
|