Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
package.package.json Maven / Gradle / Ivy
{
"name": "@ibm/telemetry-js",
"description": "JavaScript telemetry tooling for open/inner source projects",
"version": "1.6.1",
"license": "Apache-2.0",
"author": "IBM",
"keywords": [
"ibm",
"telemetry",
"metrics",
"opentelemetry",
"javascript",
"typescript"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/ibm-telemetry/telemetry-js#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected] /ibm-telemetry/telemetry-js.git"
},
"bugs": {
"url": "https://github.com/ibm-telemetry/telemetry-js/issues"
},
"type": "module",
"bin": {
"ibmtelemetry": "dist/collect.js"
},
"files": [
"dist/background-process.js",
"dist/collect.js",
"dist/spawn-background-process.js",
"dist/notify.js"
],
"scripts": {
"build": "npm run clean && npm run compile && npm run compile:collect && npm run bundle",
"bundle": "node esbuild.js",
"clean": "rimraf dist .test-coverage",
"compile": "tsc",
"compile:collect": "tsc --project ./tsconfig.collect.json",
"compile:watch": "tsc --watch",
"lint": "scripts/lint",
"lint:fix": "scripts/lint_and_fix",
"prepare": "husky",
"test": "vitest run --coverage",
"test:watch": "vitest --coverage"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@ibm/telemetry-attributes-js": "^3.2.0",
"@ibm/telemetry-config-schema": "^1.3.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.52.1",
"@opentelemetry/otlp-exporter-base": "^0.52.1",
"@opentelemetry/resources": "^1.25.1",
"@opentelemetry/sdk-metrics": "^1.25.1",
"@opentelemetry/semantic-conventions": "^1.25.1",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.15",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^1.6.0",
"ajv": "^8.17.1",
"ci-info": "^4.0.0",
"commander": "^12.1.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^15.9.0",
"husky": "^9.1.4",
"js-yaml": "^4.1.0",
"lint-staged": "^15.2.8",
"lodash": "^4.17.21",
"object-scan": "^19.0.5",
"prettier": "^3.3.3",
"reflect-metadata": "^0.2.1",
"rimraf": "^5.0.10",
"semver": "^7.6.3",
"ts-json-schema-generator": "^1.5.1",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0",
"vite": "^5.4.0",
"vitest": "^1.6.0"
}
}