{ "name": "@medusajs/telemetry", "version": "2.11.2", "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", "global": "^4.4.0", "is-docker": "^2.2.1", "remove-trailing-slash": "^0.1.1", "uuid": "^9.0.0" }, "gitHead": "41a5425405aea5045a26def95c0dc00cf4a5a44d" }