40 lines
923 B
JSON
40 lines
923 B
JSON
{
|
|
"name": "@medusajs/inventory",
|
|
"version": "1.11.2",
|
|
"description": "Inventory Module for Medusa",
|
|
"main": "dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa",
|
|
"directory": "packages/inventory"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Medusa",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@medusajs/types": "^1.11.5",
|
|
"cross-env": "^5.2.1",
|
|
"jest": "^29.6.3",
|
|
"rimraf": "^5.0.1",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/modules-sdk": "^1.12.2",
|
|
"@medusajs/utils": "^1.10.4",
|
|
"awilix": "^8.0.0",
|
|
"typeorm": "^0.3.16"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc --build --watch",
|
|
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
|
|
"build": "rimraf dist && tsc --build",
|
|
"test": "jest --passWithNoTests"
|
|
}
|
|
}
|