-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
70 lines (70 loc) · 1.86 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
{
"name": "medusa-payment-phonepe",
"version": "1.1.46",
"description": "PhonePe Payment provider for Meduas Commerce",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/SGFGOV/medusa-payment-phonepe",
"directory": "packages/medusa-payment-phonepe"
},
"files": [
"dist"
],
"author": "SGFGOV",
"license": "MIT",
"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
"test": "jest --passWithNoTests src",
"build": "rm -rf ./dist && tsc",
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/medusa": "^1.12.2",
"@types/axios-mock-adapter": "^1.10.0",
"@types/express": "^4.17.17",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"api": "^6.1.0",
"awilix": "^8.0.1",
"axios": "0.27",
"axios-mock-adapter": "^1.21.5",
"body-parser": "^1.19.0",
"cross-env": "^5.2.1",
"crypto-js": "^4.1.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",
"express": "^4.17.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",
"api": "^6.1.0",
"axios": "0.27",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.2.0",
"medusa-interfaces": "^1.3.7",
"typeorm": "^0.3.16"
},
"dependencies": {
"crypto-js": "^4.1.1",
"medusa-core-utils": "^1.2.0",
"medusa-interfaces": "^1.3.7",
"ts-retry": "^4.2.1"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",
"keywords": [
"medusa-plugin",
"medusa-plugin-payment",
"phonepe"
]
}