|
1 | 1 | {
|
2 | 2 | "name": "isv-occ-payment",
|
3 |
| - "version": "23.3.0", |
| 3 | + "version": "24.1.0", |
4 | 4 | "description": "ISV Oracle Commerce Cloud Payment Plugin",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "repository": "[email protected]:cybersource-tpi/cybersource-plugins-oraclecxcommerce.git",
|
|
12 | 12 | "build:prod": "lerna run build:prod",
|
13 | 13 | "ci": "run-s lint:ci test:ci",
|
14 | 14 | "clean": "lerna run clean --stream",
|
15 |
| - "configure": "occ configure", |
16 |
| - "configure-app": "occ configure-app", |
17 |
| - "create-action": "occ create-action", |
18 |
| - "create-app": "occ create-app", |
19 |
| - "create-endpoint": "occ create-endpoint", |
20 |
| - "create-fetcher": "occ create-fetcher", |
21 |
| - "create-selector": "occ create-selector", |
22 |
| - "create-template": "occ create-template", |
23 |
| - "create-widget": "occ create-widget", |
24 |
| - "delete": "occ delete", |
25 |
| - "deploy": "occ deploy", |
26 |
| - "deploy-log": "occ deploy-log", |
27 |
| - "deploy-status": "occ deploy-status", |
28 |
| - "download": "occ download", |
29 |
| - "download-assets": "occ download-assets", |
30 | 15 | "eslint": "eslint .",
|
31 | 16 | "eslint:fix": "eslint --fix .",
|
32 | 17 | "format": "prettier --write packages/**/*.{js,jsx,ts,tsx}",
|
33 | 18 | "lint": "yarn lint:cmd --fix",
|
34 | 19 | "lint:ci": "yarn lint:cmd -o ./html-reports/lint-report.html -f html",
|
35 | 20 | "lint:cmd": "eslint . --ext '.ts,.tsx,.json,.js' --cache",
|
36 |
| - "list-apps": "occ list-apps", |
37 | 21 | "occ": "node ./bin/index.js",
|
38 |
| - "output": "occ output", |
39 | 22 | "perf": "jest -i -c jest.config.perf.js",
|
40 | 23 | "perf:debug": "node --inspect-brk node_modules/jest/bin/jest.js -i -c jest.config.perf.js",
|
41 | 24 | "perf:lighthouse": "jest -i -c jest.config.perf.lighthouse.js",
|
42 | 25 | "perf:wpt": "jest -i -c jest.config.perf.wpt.js",
|
43 | 26 | "prettier:fix": "prettier --config .prettierrc.js --write \"{packages,qa}/**/*.js\"",
|
44 |
| - "redeploy": "occ redeploy", |
45 |
| - "seed": "yarn deploy --reset --publishAll", |
46 |
| - "set-logging-options": "occ set-logging-options", |
47 | 27 | "start:mock-server": "yarn workspace @isv-occ-payment/occ-mock-server start",
|
48 |
| - "start:prod": "occ serve", |
49 | 28 | "start:server": "yarn workspace @isv-occ-payment/occ-sse-gateway start",
|
50 | 29 | "start:server-watch": "yarn workspace @isv-occ-payment/occ-sse-gateway start:watch",
|
51 |
| - "start:widget": "nodemon --inspect node_modules/@oracle-cx-commerce/cli/cli.js serve", |
52 |
| - "start:widget-classic": "yarn workspace @isv-occ-payment/payment-widget start", |
53 | 30 | "stylelint": "stylelint **/*.css --ignore-disables",
|
54 | 31 | "test": "jest -c jest.config.js",
|
55 | 32 | "test:api": "jest -c jest.config.api.js",
|
|
62 | 39 | "test:int:debug": "node --inspect-brk node_modules/jest/bin/jest.js -i -c jest.config.int.js",
|
63 | 40 | "test:unit": "lerna run test:unit --stream",
|
64 | 41 | "tsc": "tsc -p ./tsconfig.json",
|
65 |
| - "upload-custom-typeahead-keywords": "occ upload-custom-typeahead-keywords", |
66 |
| - "upload-search-config": "occ upload-search-config", |
67 | 42 | "start-sse": "yarn workspace @isv-occ-payment/server-extension start:watch --inspect"
|
68 | 43 | },
|
69 | 44 | "dependencies": {
|
70 | 45 | "@popperjs/core": "^2.11.6",
|
71 |
| - "jwt-decode": "^4.0.0", |
| 46 | + |
72 | 47 | "tsc-alias": "^1.7.1"
|
73 | 48 | },
|
74 | 49 | "devDependencies": {
|
|
77 | 52 | "@types/crypto-js": "^4.1.1",
|
78 | 53 | "@types/googlepay": "^0.7.3",
|
79 | 54 | "@types/jest": "^29.2.3",
|
80 |
| - "@types/jwt-decode": "^3.1.0", |
81 | 55 | "@types/node": "^20.8.9",
|
82 | 56 | "@types/node-fetch": "^2.6.2",
|
83 | 57 | "@types/supertest": "^2.0.12",
|
|
0 commit comments