70 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "name": "@opentelemetry/node",
 | 
						|
  "version": "0.17.0",
 | 
						|
  "description": "OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications",
 | 
						|
  "main": "build/src/index.js",
 | 
						|
  "types": "build/src/index.d.ts",
 | 
						|
  "repository": "open-telemetry/opentelemetry-js",
 | 
						|
  "scripts": {
 | 
						|
    "compile": "tsc --build",
 | 
						|
    "clean": "tsc --build --clean",
 | 
						|
    "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 ../../",
 | 
						|
    "lint": "eslint . --ext .ts",
 | 
						|
    "lint:fix": "eslint . --ext .ts --fix",
 | 
						|
    "version": "node ../../scripts/version-update.js",
 | 
						|
    "watch": "tsc --build --watch"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "opentelemetry",
 | 
						|
    "nodejs",
 | 
						|
    "tracing",
 | 
						|
    "profiling",
 | 
						|
    "metrics",
 | 
						|
    "stats"
 | 
						|
  ],
 | 
						|
  "author": "OpenTelemetry Authors",
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "engines": {
 | 
						|
    "node": ">=8.0.0"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "build/src/**/*.js",
 | 
						|
    "build/src/**/*.js.map",
 | 
						|
    "build/src/**/*.d.ts",
 | 
						|
    "doc",
 | 
						|
    "LICENSE",
 | 
						|
    "README.md"
 | 
						|
  ],
 | 
						|
  "publishConfig": {
 | 
						|
    "access": "public"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@opentelemetry/context-base": "^0.17.0",
 | 
						|
    "@opentelemetry/resources": "^0.17.0",
 | 
						|
    "@types/mocha": "8.2.0",
 | 
						|
    "@types/node": "14.14.20",
 | 
						|
    "@types/semver": "7.3.4",
 | 
						|
    "@types/shimmer": "1.0.1",
 | 
						|
    "@types/sinon": "9.0.10",
 | 
						|
    "codecov": "3.8.1",
 | 
						|
    "gts": "3.1.0",
 | 
						|
    "mocha": "7.2.0",
 | 
						|
    "nyc": "15.1.0",
 | 
						|
    "rimraf": "3.0.2",
 | 
						|
    "shimmer": "1.2.1",
 | 
						|
    "sinon": "9.2.3",
 | 
						|
    "ts-mocha": "8.0.0",
 | 
						|
    "ts-node": "9.1.1",
 | 
						|
    "typescript": "4.1.3"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@opentelemetry/api": "^0.17.0",
 | 
						|
    "@opentelemetry/context-async-hooks": "^0.17.0",
 | 
						|
    "@opentelemetry/core": "^0.17.0",
 | 
						|
    "@opentelemetry/tracing": "^0.17.0",
 | 
						|
    "semver": "^7.1.3"
 | 
						|
  }
 | 
						|
}
 |