* chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * Create lucky-poets-scream.md * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * dedupe snapshot this build * split into 4 shard * re configure packages integration tests * re configure packages integration tests * re configure packages integration tests * re configure packages integration tests * update scripts * update scripts * update scripts * update scripts * update scripts * update scripts * update scripts * update scripts * reduce shard for packages
40 lines
975 B
JSON
40 lines
975 B
JSON
{
|
|
"name": "@medusajs/analytics-posthog",
|
|
"version": "2.11.2",
|
|
"description": "Posthog analytics provider for Medusa",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/modules/providers/analytics-posthog"
|
|
},
|
|
"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.11.2",
|
|
"posthog-node": "^5.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@medusajs/framework": "2.11.2",
|
|
"posthog-node": "^5.11.0"
|
|
},
|
|
"keywords": [
|
|
"medusa-plugin",
|
|
"medusa-plugin-analytics"
|
|
]
|
|
}
|