{ "name": "@medusajs/link-modules", "version": "2.11.3", "description": "Medusa Default Link Modules Package and Definitions", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "!dist/**/__tests__", "!dist/**/__mocks__", "!dist/**/__fixtures__" ], "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/modules/link-modules" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=20" }, "author": "Medusa", "license": "MIT", "scripts": { "watch": "yarn run -T tsc --build --watch", "watch:test": "yarn run -T tsc --build tsconfig.spec.json --watch", "prepare": "cross-env NODE_ENV=production yarn run build", "resolve:aliases": "yarn run -T tsc --showConfig -p tsconfig.json > tsconfig.resolved.json && yarn run -T tsc-alias -p tsconfig.resolved.json && yarn run -T rimraf tsconfig.resolved.json", "build": "yarn run -T rimraf dist && yarn run -T tsc --build && npm run resolve:aliases", "test": "../../../node_modules/.bin/jest --passWithNoTests --bail --forceExit --testPathPattern=src", "test:integration": "../../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"integration-tests/__tests__/.*\\.ts\"" }, "devDependencies": { "@medusajs/framework": "2.11.3", "@medusajs/test-utils": "2.11.3" }, "peerDependencies": { "@medusajs/framework": "2.11.3" } }