Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42 lines
946 B
JSON
42 lines
946 B
JSON
{
|
|
"name": "@medusajs/orchestration",
|
|
"version": "2.12.5",
|
|
"description": "Medusa utilities to orchestrate modules",
|
|
"main": "dist/index.js",
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/core/orchestration"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/**/__tests__",
|
|
"!dist/**/__fixtures__",
|
|
"!dist/**/__mocks__"
|
|
],
|
|
"author": "Medusa",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@medusajs/types": "2.12.5"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/deps": "2.12.5",
|
|
"@medusajs/utils": "2.12.5",
|
|
"ulid": "^2.3.0"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run -T rimraf dist && yarn run -T tsc --build",
|
|
"watch": "yarn run -T tsc --build --watch",
|
|
"test": "../../../node_modules/.bin/jest --bail --forceExit"
|
|
}
|
|
}
|