@opencensus/web-types
Version:
OpenCensus Web types is a slightly-patched copy of the `types.ts` files from `@opencensus/core` so that they can be easily imported in web-specific packages.
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "@opencensus/web-types",
"version": "0.0.7",
"description": "OpenCensus Web types is a slightly-patched copy of the `types.ts` files from `@opencensus/core` so that they can be easily imported in web-specific packages.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"build": "npm run compile",
"clean": "rimraf build/*",
"copytypes": "node scripts/copy-types.js 'v0.0.13' && npm run fix",
"check": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"test": "npm run compile && npm run check",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run check"
},
"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",
"doc",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"gts": "^1.0.0",
"rimraf": "^3.0.0",
"typescript": "^3.1.6"
},
"sideEffects": false
}