Files
medusa-store/packages/medusa-core-utils/package.json
2023-02-07 19:15:29 +01:00

33 lines
806 B
JSON

{
"name": "medusa-core-utils",
"version": "1.1.37",
"description": "Core utils for Medusa",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/medusa-core-utils"
},
"scripts": {
"test": "jest",
"build": "tsc --build",
"prepare": "cross-env NODE_ENV=production yarn run build",
"watch": "tsc --watch"
},
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"typescript": "^4.4.4"
},
"dependencies": {
"joi": "^17.3.0",
"joi-objectid": "^3.0.1"
},
"gitHead": "a69b1e85be1da3b1b5bc4c5446471252623c8808"
}