Files
medusa-store/packages/medusa-js/package.json
Zakaria El Asri 2e384842d5 feat: medusa-react admin hooks (#978)
* add: medusa admin hooks + tests

* fix: remove unneeded props

* fix: deps

* fix: deps

* fix: deps

* fix: failing tests

* fix: failing tests

* fix: query key

* add: yarn workspaces

* fix: linting medusa-react

* fix: add prepare script

* fix: buildOptions

* fix: useAdminShippingOptions query

* fix: use qs instead for query params (#1019)

* fix: formatting

* debug: ci pipeline

* debug: log node_modules structure

* debug: use lerna bootstrap

* debug: update node version

* debug: print pkgs in workspace

* debug: print pkgs in workspace

* debug: print pkgs in workspace

* debug: print pkgs in workspace

* debug: add explicit build step

* fix: jsdoc

* debug: run build step

* debug: fix build errors

* debug: add build step to integration tests

* fix: failing test

* cleanup

Co-authored-by: Sebastian Rindom <seb@medusajs.com>
Co-authored-by: Sebastian Rindom <skrindom@gmail.com>
2022-02-02 17:10:56 +01:00

39 lines
982 B
JSON

{
"name": "@medusajs/medusa-js",
"version": "1.0.10",
"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.1.62",
"axios": "^0.24.0",
"form-data": "^4.0.0",
"qs": "^6.10.3",
"retry-axios": "^2.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/medusajs/medusa-js.git"
},
"bugs": {
"url": "https://github.com/medusajs/medusa-js/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": "3bbd1e8507e00bc471de6ae3c30207999a4a4011"
}