{ "name": "@medusajs/medusa-js", "version": "1.2.3", "description": "Client for Medusa Commerce Rest API", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc --build", "test": "jest --config jestconfig.json", "prepare": "cross-env NODE_ENV=production npm run build" }, "author": "Oliver Juhl", "license": "MIT", "dependencies": { "@medusajs/medusa": "^1.3.3", "axios": "^0.24.0", "form-data": "^4.0.0", "qs": "^6.10.3", "retry-axios": "^2.6.0" }, "repository": { "type": "git", "url": "https://github.com/medusajs/medusa", "directory": "packages/medusa-js" }, "bugs": { "url": "https://github.com/medusajs/medusa/issues" }, "devDependencies": { "@types/jest": "^26.0.19", "cross-env": "^7.0.3", "eslint": "^8.2.0", "jest": "^26.6.3", "prettier": "^2.2.1", "typescript": "^4.1.3" }, "gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e", "homepage": "https://docs.medusajs.com/js-client/overview" }