-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
59 lines (59 loc) · 1.53 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
{
"name": "medusa-payment-razorpay",
"version": "7.3.1",
"description": "Razorpay Payment provider for Medusa Commerce",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/SGFGOV/medusa-payment-razorpay",
"directory": "medusa-payment-razorpay"
},
"files": [
"dist"
],
"author": "Medusa",
"license": "MIT",
"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
"test": "jest --passWithNoTests src",
"build": "tsc",
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/medusa": "^1.12.2",
"@types/body-parser": "^1.19.5",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"awilix": "^8.0.1",
"cross-env": "^5.2.1",
"dotenv": "^16.3.1",
"eslint": "^8.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-file-progress": "^1.3.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.1.1",
"prettier": "^2.7.1",
"ts-jest": "^29.1.1",
"typeorm": "^0.3.16",
"typescript": "^4.9.5"
},
"peerDependencies": {
"@medusajs/medusa": "^1.12.0",
"typeorm": "^0.3.16"
},
"dependencies": {
"body-parser": "1.19.2",
"express": "^4.17.1",
"medusa-core-utils": "^1.2.0",
"medusa-interfaces": "^1.3.7",
"razorpay": "^2.9.4"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",
"keywords": [
"medusa-plugin",
"medusa-plugin-payment",
"razorpay"
]
}