-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@alphabite/medusa-sdk",
"version": "0.7.8",
"description": "Extended Medusa utility sdk client, that adds Alphabite's plugins endpoints",
"author": "Alphabite",
"license": "MIT",
"bugs": {
"url": "https://github.com/alphabite-soft/medusa-sdk/issues"
},
"homepage": "https://github.com/alphabite-soft/medusa-sdk#readme",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"!src"
],
"scripts": {
"build": "tsup",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"publish:public": "npm publish --access public"
},
"keywords": [
"medusa client",
"alphabite medusa sdk",
"medusa v2",
"medusa other"
],
"devDependencies": {
"@medusajs/js-sdk": "^2.8.3",
"@medusajs/types": "^2.8.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"prettier": "^3",
"tsup": "^8.5.0",
"typescript": "^5"
},
"peerDependencies": {
"@medusajs/js-sdk": "^2.8.3",
"@medusajs/types": "^2.8.3"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alphabite-soft/medusa-sdk.git"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"dependencies": {
"@alphabite/econt-types": "^1.1.0"
}
}