Files
medusa-store/packages/modules/providers/analytics-local/package.json
2025-12-03 09:20:02 +01:00

38 lines
907 B
JSON

{
"name": "@medusajs/analytics-local",
"version": "2.12.1",
"description": "Local analytics provider for Medusa",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/modules/providers/analytics-local"
},
"files": [
"dist",
"!dist/**/__tests__",
"!dist/**/__mocks__",
"!dist/**/__fixtures__"
],
"engines": {
"node": ">=20"
},
"author": "Medusa",
"license": "MIT",
"scripts": {
"test": "../../../../node_modules/.bin/jest --passWithNoTests src",
"build": "yarn run -T rimraf dist && yarn run -T tsc --build ./tsconfig.json",
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
},
"keywords": [
"medusa-plugin",
"medusa-plugin-analytics"
]
}