Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@medusajs/telemetry",
|
|
"version": "2.10.0",
|
|
"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",
|
|
"devDependencies": {
|
|
"cross-env": "^5.2.1",
|
|
"jest": "^29.7.0",
|
|
"nodemon": "^2.0.20",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"scripts": {
|
|
"start": "nodemon --watch plugins/ --watch src/ --exec node src/index.js",
|
|
"prepare": "cross-env NODE_ENV=production yarn run build",
|
|
"watch": "tsc --build --watch",
|
|
"build": "rimraf dist && tsc --build",
|
|
"serve": "node dist/index.js",
|
|
"postinstall": "node dist/postinstall.js || true",
|
|
"test": "jest --passWithNoTests src"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.22.10",
|
|
"axios": "^0.21.4",
|
|
"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": "^8.3.2"
|
|
},
|
|
"gitHead": "41a5425405aea5045a26def95c0dc00cf4a5a44d"
|
|
}
|