Lines 39-79json
39 "types": "./dist/src/telemetry/otel/index.d.ts",
40 "import": "./dist/src/telemetry/otel/index.js",
41 "require": "./dist/src/telemetry/otel/index.js"
45 "clean": "rm -rf dist",
46 "build": "yarn clean && ttsc -p tsconfig.json && yarn build:type-compiler && yarn build:devconsole && chmod +x dist/src/cli/*.js",
47 "build:dirty": "ttsc -p tsconfig.json && yarn build:type-compiler && yarn build:devconsole && chmod +x dist/src/cli/*.js",
48 "build:type-compiler": "rm -rf dist/src/type-compiler && mkdir -p dist/src/type-compiler && cp -R src/type-compiler/index.cjs src/type-compiler/go dist/src/type-compiler/",
49 "build:devconsole": "vite build --config devconsole/vite.config.ts",
50 "docs:dev": "vitepress dev docs --host 0.0.0.0",
51 "docs:build": "vitepress build docs",
52 "docs:preview": "vitepress preview docs --host 0.0.0.0",
53 "gen:devconsole-proto": "tsf-gen-proto resources/proto/devconsole.proto src/devconsole/generated",
54 "format": "oxfmt && oxlint src --fix",
55 "test": "yarn build && dotenv -e .env.test -- tsf-test",
56 "test:type-compiler-go": "node scripts/test-type-compiler-go.cjs",
57 "test:dirty": "yarn build:dirty && APP_ENV=test node --test \"dist/tests/**/*.spec.js\"",
58 "test-app": "yarn clean && ttsc -p tsconfig.test-app.json && APP_ENV=test node dist/test-app/bootstrap.js",
59 "postinstall": "true"
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L59 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L59 62 "@bufbuild/protobuf": "^2.12.1",
63 "@opentelemetry/api": "^1.9.1",
64 "@opentelemetry/exporter-metrics-otlp-http": "^0.220.0",
65 "@opentelemetry/exporter-prometheus": "^0.220.0",
66 "@opentelemetry/exporter-trace-otlp-http": "^0.220.0",
67 "@opentelemetry/instrumentation": "^0.220.0",
68 "@opentelemetry/instrumentation-dns": "^0.63.0",
69 "@opentelemetry/instrumentation-http": "^0.220.0",
70 "@opentelemetry/instrumentation-ioredis": "^0.68.0",
71 "@opentelemetry/instrumentation-mysql2": "^0.66.0",
72 "@opentelemetry/instrumentation-pg": "^0.72.0",
73 "@opentelemetry/instrumentation-undici": "^0.30.0",
74 "@opentelemetry/resources": "^2.9.0",
75 "@opentelemetry/sdk-metrics": "^2.9.0",
76 "@opentelemetry/sdk-trace-base": "^2.9.0",
77 "@opentelemetry/sdk-trace-node": "^2.9.0",
78 "@sentry/node": "^10.64.0",
79 "@types/ws": "^8.18.1",