UNPKG

@medusajs/analytics

Version:
49 lines (48 loc) 1.39 kB
{ "name": "@medusajs/analytics", "version": "2.8.6", "description": "Medusa Analytics module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "!dist/**/__tests__", "!dist/**/__mocks__", "!dist/**/__fixtures__" ], "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/modules/analytics" }, "publishConfig": { "access": "public" }, "author": "Medusa", "license": "MIT", "scripts": { "watch": "tsc --build --watch", "watch:test": "tsc --build tsconfig.spec.json --watch", "resolve:aliases": "tsc --showConfig -p tsconfig.json > tsconfig.resolved.json && tsc-alias -p tsconfig.resolved.json && rimraf tsconfig.resolved.json", "build": "rimraf dist && tsc --build && npm run resolve:aliases", "test": "jest --runInBand --passWithNoTests --bail --forceExit -- src", "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts" }, "devDependencies": { "@medusajs/framework": "2.8.6", "@medusajs/test-utils": "2.8.6", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", "rimraf": "^3.0.2", "tsc-alias": "^1.8.6", "typescript": "^5.6.2" }, "peerDependencies": { "@medusajs/framework": "2.8.6", "awilix": "^8.0.1" } }