Skip to content

Commit

Permalink
chore: initial package config
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinee21 committed Jun 24, 2020
1 parent 55f9a86 commit 1c684fc
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions plugins/node/opentelemetry-plugin-koa/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"name": "@opentelemetry/plugin-koa",
"version": "0.8.0",
"description": "OpenTelemetry Koa automatic instrumentation package.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js",
"scripts": {},
"keywords": [
"opentelemetry",
"koa",
"nodejs",
"tracing",
"profiling",
"plugin"
],
"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": {
"@opentelemetry/context-async-hooks": "0.9.0",
"@opentelemetry/node": "0.9.0",
"@opentelemetry/tracing": "0.9.0",
"@types/mocha": "7.0.2",
"@types/node": "12.12.47",
"@types/shimmer": "1.0.1",
"codecov": "3.7.0",
"gts": "2.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"ts-mocha": "7.0.0",
"ts-node": "8.10.2",
"tslint-consistent-codestyle": "1.16.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "3.9.5"
},
"dependencies": {
"@opentelemetry/api": "^0.9.0",
"@opentelemetry/core": "^0.9.0",
"@types/koa": "^2.11.3",
"koa": "^2.13.0",
"shimmer": "^1.2.1"
}
}

0 comments on commit 1c684fc

Please sign in to comment.