43 lines
971 B
JSON
43 lines
971 B
JSON
{
|
|
"name": "@medusajs/fulfillment-manual",
|
|
"version": "2.8.2",
|
|
"description": "Manual fulfillment for Medusa",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/modules/providers/fulfillment-manual"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/**/__tests__",
|
|
"!dist/**/__mocks__",
|
|
"!dist/**/__fixtures__"
|
|
],
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"author": "Medusa",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest --passWithNoTests src",
|
|
"build": "rimraf dist && tsc --build ./tsconfig.json",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@medusajs/framework": "2.8.2",
|
|
"@swc/core": "^1.7.28",
|
|
"@swc/jest": "^0.2.36",
|
|
"jest": "^29.7.0",
|
|
"rimraf": "^5.0.1",
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@medusajs/framework": "2.8.2"
|
|
},
|
|
"keywords": [
|
|
"medusa-plugin",
|
|
"medusa-plugin-fulfillment"
|
|
]
|
|
}
|