UNPKG

@opentelemetry/resources

Version:
69 lines (68 loc) 1.83 kB
{ "name": "@opentelemetry/resources", "version": "0.8.1", "description": "OpenTelemetry SDK resources", "main": "build/src/index.js", "browser": { "./src/platform/index.ts": "./src/platform/browser/index.ts", "./build/src/platform/index.js": "./build/src/platform/browser/index.js" }, "types": "build/src/index.d.ts", "repository": "open-telemetry/opentelemetry-js", "scripts": { "lint": "gts check", "lint:fix": "gts fix", "test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'", "tdd": "npm run test -- --watch-extensions ts --watch", "codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", "clean": "rimraf build/*", "precompile": "tsc --version", "version:update": "node ../../scripts/version-update.js", "compile": "npm run version:update && tsc -p .", "prepare": "npm run compile" }, "keywords": [ "opentelemetry", "nodejs", "resources", "stats", "profiling" ], "author": "OpenTelemetry Authors", "license": "Apache-2.0", "engines": { "node": ">=8.0.0" }, "files": [ "build/src/**/*.js", "build/src/**/*.d.ts", "doc", "LICENSE", "README.md" ], "publishConfig": { "access": "public" }, "devDependencies": { "@types/mocha": "^7.0.0", "@types/node": "^12.6.9", "@types/sinon": "^7.0.13", "codecov": "^3.6.1", "gts": "^1.1.0", "mocha": "^7.1.2", "nock": "^12.0.2", "nyc": "^15.0.0", "rimraf": "^3.0.0", "sinon": "^7.5.0", "ts-mocha": "^7.0.0", "ts-node": "^8.6.2", "tslint-consistent-codestyle": "^1.16.0", "tslint-microsoft-contrib": "^6.2.0", "typescript": "3.7.2" }, "dependencies": { "@opentelemetry/api": "^0.8.1", "@opentelemetry/core": "^0.8.1", "gcp-metadata": "^3.5.0" } }