|
1 | 1 | { |
2 | 2 | "name": "@finos/git-proxy", |
3 | | - "version": "1.4.0", |
| 3 | + "version": "1.5.2", |
4 | 4 | "description": "Deploy custom push protections and policies on top of Git.", |
5 | 5 | "scripts": { |
6 | 6 | "cli": "node ./packages/git-proxy-cli/index.js", |
7 | 7 | "client": "vite --config vite.config.js", |
8 | 8 | "clientinstall": "npm install --prefix client", |
9 | 9 | "server": "node index.js", |
10 | | - "start": "concurrently 'npm run server' 'npm run client'", |
| 10 | + "start": "concurrently \"npm run server\" \"npm run client\"", |
11 | 11 | "build": "vite build", |
12 | 12 | "test": "NODE_ENV=test mocha --exit", |
13 | 13 | "test-coverage": "nyc npm run test", |
|
23 | 23 | "git-proxy": "./index.js", |
24 | 24 | "git-proxy-all": "concurrently 'npm run server' 'npm run client'" |
25 | 25 | }, |
26 | | - "exports": { |
27 | | - "./plugin": "./src/plugin.js", |
28 | | - "./proxy/actions": "./src/proxy/actions/index.js", |
29 | | - "./src/config/env": "./src/config/env.js" |
30 | | - }, |
31 | 26 | "workspaces": [ |
32 | 27 | "./packages/git-proxy-cli" |
33 | 28 | ], |
|
63 | 58 | "moment": "^2.29.4", |
64 | 59 | "mongodb": "^5.0.0", |
65 | 60 | "nodemailer": "^6.6.1", |
| 61 | + "parse-diff": "^0.11.1", |
66 | 62 | "passport": "^0.7.0", |
67 | 63 | "passport-activedirectory": "^1.0.4", |
68 | 64 | "passport-local": "^1.0.0", |
|
72 | 68 | "react-dom": "^16.13.1", |
73 | 69 | "react-html-parser": "^2.0.2", |
74 | 70 | "react-router-dom": "6.26.2", |
| 71 | + "simple-git": "^3.25.0", |
75 | 72 | "uuid": "^10.0.0", |
76 | 73 | "yargs": "^17.7.2" |
77 | 74 | }, |
|
0 commit comments