Files
medusa-store/packages/medusa-telemetry/package.json
github-actions[bot] 8fee89d622 chore: Version Packages (#14483)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-09 12:52:13 +01:00

44 lines
1.2 KiB
JSON

{
"name": "@medusajs/telemetry",
"version": "2.12.5",
"description": "Telemetry for Medusa",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/medusa-telemetry"
},
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"author": "Sebastian Rindom",
"license": "MIT",
"scripts": {
"start": "nodemon --watch plugins/ --watch src/ --exec node src/index.js",
"prepare": "cross-env NODE_ENV=production yarn run build",
"watch": "yarn run -T tsc --build --watch",
"build": "yarn run -T rimraf dist && yarn run -T tsc --build",
"serve": "node dist/index.js",
"postinstall": "node dist/postinstall.js || true",
"test": "../../node_modules/.bin/jest --passWithNoTests src"
},
"dependencies": {
"@babel/runtime": "^7.26.10",
"axios": "^1.13.1",
"axios-retry": "^3.1.9",
"boxen": "^5.0.1",
"ci-info": "^3.2.0",
"configstore": "^5.0.1",
"is-docker": "^2.2.1",
"remove-trailing-slash": "^0.1.1",
"uuid": "^9.0.0"
},
"gitHead": "41a5425405aea5045a26def95c0dc00cf4a5a44d"
}