Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
{
|
|
"name": "@opentelemetry/sql-common",
|
|
"version": "0.41.2",
|
|
"description": "Utilities for SQL instrumentations",
|
|
"main": "build/src/index.js",
|
|
"types": "build/src/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/sql-common",
|
|
"compile": "tsc --build tsconfig.json",
|
|
"lint": "eslint . --ext=ts,js,mjs",
|
|
"lint:fix": "eslint . --ext=ts,js,mjs --fix",
|
|
"prepublishOnly": "npm run compile",
|
|
"test": "nyc mocha 'test/**/*.test.ts'",
|
|
"watch": "tsc -w"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-telemetry/opentelemetry-js-contrib.git",
|
|
"directory": "packages/sql-common"
|
|
},
|
|
"keywords": [
|
|
"opentelemetry",
|
|
"contrib",
|
|
"sql"
|
|
],
|
|
"files": [
|
|
"build/**/*.js",
|
|
"build/**/*.js.map",
|
|
"build/**/*.d.ts"
|
|
],
|
|
"author": "OpenTelemetry Authors",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.19.0 || >=20.6.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/open-telemetry/opentelemetry-js-contrib/issues"
|
|
},
|
|
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/sql-common#readme",
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@opentelemetry/api": "^1.1.0",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/node": "18.18.14",
|
|
"nyc": "17.1.0",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"gitHead": "5a5918fd4f9f16b14c9ef4d3de08ab98c20e5b46"
|
|
}
|