47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@medusajs/link-modules",
|
|
"version": "0.2.0",
|
|
"description": "Medusa Default Link Modules Package and Definitions",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/link-modules"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "Medusa",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"watch": "tsc --build --watch",
|
|
"watch:test": "tsc --build tsconfig.spec.json --watch",
|
|
"prepare": "cross-env NODE_ENV=production yarn run build",
|
|
"build": "rimraf dist && tsc --build && tsc-alias -p tsconfig.json",
|
|
"test": "jest --passWithNoTests --runInBand --bail --forceExit",
|
|
"test:integration": "jest --passWithNoTests"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.2.1",
|
|
"jest": "^29.6.3",
|
|
"pg-god": "^1.0.12",
|
|
"rimraf": "^5.0.1",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-node": "^10.9.1",
|
|
"tsc-alias": "^1.8.6",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/modules-sdk": "^1.12.0",
|
|
"@medusajs/types": "^1.11.3",
|
|
"@medusajs/utils": "^1.10.3",
|
|
"@mikro-orm/core": "5.7.12",
|
|
"@mikro-orm/postgresql": "5.7.12",
|
|
"awilix": "^8.0.0"
|
|
}
|
|
}
|