40 lines
936 B
JSON
40 lines
936 B
JSON
{
|
|
"name": "@medusajs/inventory",
|
|
"version": "1.8.0-rc.3",
|
|
"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": "0.0.2-rc.1",
|
|
"cross-env": "^5.2.1",
|
|
"jest": "^25.5.4",
|
|
"ts-jest": "^25.5.1",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/modules-sdk": "0.1.0-rc.3",
|
|
"@medusajs/utils": "0.0.2-rc.1",
|
|
"awilix": "^8.0.0",
|
|
"typeorm": "^0.3.11"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc --build --watch",
|
|
"prepare": "cross-env NODE_ENV=production yarn run build",
|
|
"build": "tsc --build",
|
|
"test": "jest --passWithNoTests",
|
|
"test:unit": "jest --passWithNoTests"
|
|
}
|
|
}
|