generated from SGFGOV/medusa-plugin-starter-ts
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
71 lines (71 loc) · 1.89 KB
/
package.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@sgftech/payment-razorpay",
"version": "2.1.10",
"description": "razorpay payment provider for Medusa v2",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/sgftech/payment-razorpay",
"directory": "."
},
"files": [
"dist",
"!dist/**/__tests__",
"!dist/**/__mocks__",
"!dist/**/__fixtures__"
],
"engines": {
"node": ">=20"
},
"author": "Medusa",
"license": "MIT",
"scripts": {
"test": "jest --passWithNoTests src",
"build": "rimraf dist && tsc --build ./tsconfig.json",
"watch": "tsc --watch",
"lint": "eslint --fix"
},
"devDependencies": {
"@medusajs/framework": "^2.0.1",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"typescript": "^5.6.2",
"@medusajs/admin-sdk": "latest",
"@medusajs/cli": "latest",
"@medusajs/medusa": "latest",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-file-progress": "^1.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.6.2",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.6",
"ts-node": "^10.9.2",
"prettier": "^2.7.1"
},
"peerDependencies": {
"@medusajs/framework": "^2.0.0",
"awilix": "^8.0.1",
"@medusajs/admin-sdk": "latest",
"@medusajs/cli": "latest",
"@medusajs/medusa": "latest"
},
"dependencies": {
"razorpay": "^2.9.5"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",
"keywords": [
"medusa-plugin",
"medusa-plugin-payment"
]
}