UNPKG

@opencensus/web-all

Version:

OpenCensus Web All combines all the main OpenCensus Web packages to provide distributions for easy use in web applications via <script> tags.

82 lines (81 loc) 2.32 kB
{ "name": "@opencensus/web-all", "version": "0.0.3", "description": "OpenCensus Web All combines all the main OpenCensus Web packages to provide distributions for easy use in web applications via <script> tags.", "main": "build/src/index.js", "types": "build/src/index.d.ts", "scripts": { "build:prod": "webpack --config ./webpack/prod-bundles.config.js", "build:dev": "webpack --config ./webpack/dev-bundles.config.js", "start:webpack-server": "webpack-dev-server --config ./webpack/dev-bundles.config.js", "test": "karma start --single-run", "test:start": "karma start", "codecov": "codecov -f coverage/*.json", "clean": "rimraf build/*", "check": "gts check", "compile": "tsc -p .", "fix": "gts fix", "prepare": "npm run compile", "pretest": "npm run compile", "posttest": "npm run check", "prepublishOnly": "npm run build:prod" }, "repository": "census-instrumentation/opencensus-web", "keywords": [ "opencensus", "browser", "tracing", "profiling", "stats", "metrics" ], "author": "OpenCensus Authors", "license": "Apache-2.0", "engines": { "node": ">=6.0" }, "files": [ "build/src/**/*.js", "build/src/**/*.d.ts", "dist/*.js", "dist/*.js.map", "doc", "CHANGELOG.md", "LICENSE", "README.md" ], "publishConfig": { "access": "public" }, "devDependencies": { "@types/jasmine": "^3.3.4", "@types/node": "^10.12.18", "codecov": "^3.3.0", "gts": "^1.0.0", "istanbul-instrumenter-loader": "^3.0.1", "jasmine": "^3.3.1", "js-yaml": ">=3.13.1", "karma": "^4.0.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage-istanbul-reporter": "^2.0.4", "karma-jasmine": "^2.0.1", "karma-spec-reporter": "0.0.32", "karma-webpack": "^4.0.0-rc.5", "rimraf": "^2.6.2", "ts-loader": "^6.0.0", "tslib": "^1.9.3", "typescript": "^3.3.3333", "webpack": "^4.18.0", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.2.1" }, "dependencies": { "@opencensus/web-core": "^0.0.3", "@opencensus/web-exporter-ocagent": "^0.0.3", "@opencensus/web-instrumentation-perf": "^0.0.3", "@opencensus/web-propagation-tracecontext": "^0.0.3" }, "sideEffects": [ "./src/entrypoints/*.ts" ] }