{ "name": "@opentelemetry/api", "version": "0.3.2", "description": "Public API for OpenTelemetry", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": "open-telemetry/opentelemetry-js", "scripts": { "test": "nyc ts-mocha -p tsconfig.json test/**/*.ts", "build": "npm run compile", "check": "gts check", "precompile": "tsc --version", "version:update": "node ../../scripts/version-update.js", "compile": "npm run version:update && tsc -p .", "fix": "gts fix", "docs-test": "linkinator docs/out --skip david-dm.org", "docs": "typedoc --tsconfig tsconfig.json", "prepare": "npm run compile" }, "keywords": [ "opentelemetry", "nodejs", "browser", "tracing", "profiling", "metrics", "stats", "monitoring" ], "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": "^5.2.7", "gts": "^1.1.0", "linkinator": "^1.5.0", "mocha": "^6.1.0", "nyc": "^14.1.1", "ts-mocha": "^6.0.0", "tslint-consistent-codestyle": "^1.15.1", "tslint-microsoft-contrib": "^6.2.0", "typedoc": "^0.15.0", "typescript": "3.7.2" } }