UNPKG

@opencensus/nodejs-base

Version:

OpenCensus is a toolkit for collecting application performance and behavior data.

62 lines (61 loc) 1.53 kB
{ "name": "@opencensus/nodejs-base", "version": "0.1.0", "description": "OpenCensus is a toolkit for collecting application performance and behavior data.", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": "census-instrumentation/opencensus-node", "scripts": { "test": "nyc mocha build/test/**/*.js", "codecov": "nyc report --reporter=json && codecov -f coverage/*.json", "clean": "rimraf build/*", "check": "gts check", "compile": "tsc -p .", "fix": "gts fix", "prepare": "npm run compile", "pretest": "npm run compile; npm run copy-fixtures", "posttest": "npm run check", "copy-fixtures": "./scripts/copy-fixtures.sh" }, "keywords": [ "opencensus", "nodejs", "tracing", "profiling" ], "author": "Google Inc.", "license": "Apache-2.0", "engines": { "node": ">=8" }, "files": [ "build/src/**/*.js", "build/src/**/*.d.ts", "doc", "CHANGELOG.md", "LICENSE", "README.md" ], "publishConfig": { "access": "public" }, "devDependencies": { "@types/extend": "3.0.1", "@types/mocha": "8.2.3", "@types/node": "10.17.60", "@types/shimmer": "1.0.2", "codecov": "3.8.3", "gts": "1.1.2", "intercept-stdout": "0.1.2", "mocha": "7.2.0", "nyc": "15.1.0", "shimmer": "1.2.1", "ts-node": "8.10.2", "typescript": "3.9.10" }, "dependencies": { "@opencensus/core": "^0.1.0", "extend": "^3.0.2", "require-in-the-middle": "^4.0.0" } }