@medusajs/types
Version:
Medusa Types definition
60 lines (59 loc) • 1.19 kB
JSON
{
"name": "@medusajs/types",
"version": "2.8.6",
"description": "Medusa Types definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"export": {
".": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",
"directory": "packages/core/types"
},
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"!dist/**/__tests__",
"!dist/**/__fixtures__",
"!dist/**/__mocks__"
],
"author": "Medusa",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc --build",
"watch": "tsc --build --watch",
"test": "exit 0"
},
"dependencies": {
"bignumber.js": "^9.1.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.9",
"awilix": "^8.0.1",
"expect-type": "^0.20.0",
"ioredis": "^5.4.1",
"rimraf": "^5.0.1",
"typescript": "^5.6.2",
"vite": "^5.4.14"
},
"peerDependencies": {
"awilix": "^8.0.1",
"ioredis": "^5.4.1",
"vite": "^5 || ^6"
},
"peerDependenciesMeta": {
"ioredis": {
"optional": true
},
"vite": {
"optional": true
}
}
}