11{
22 "name" : " @finos/git-proxy" ,
3- "version" : " 1.4 .0" ,
3+ "version" : " 1.6 .0" ,
44 "description" : " Deploy custom push protections and policies on top of Git." ,
55 "scripts" : {
66 "cli" : " node ./packages/git-proxy-cli/index.js" ,
77 "client" : " vite --config vite.config.js" ,
88 "clientinstall" : " npm install --prefix client" ,
99 "server" : " node index.js" ,
10- "start" : " concurrently ' npm run server' ' npm run client' " ,
10+ "start" : " concurrently \" npm run server\" \" npm run client\" " ,
1111 "build" : " vite build" ,
1212 "test" : " NODE_ENV=test mocha --exit" ,
1313 "test-coverage" : " nyc npm run test" ,
2323 "git-proxy" : " ./index.js" ,
2424 "git-proxy-all" : " concurrently 'npm run server' 'npm run client'"
2525 },
26- "exports" : {
27- "./plugin" : " ./src/plugin.js" ,
28- "./proxy/actions" : " ./src/proxy/actions/index.js" ,
29- "./src/config/env" : " ./src/config/env.js" ,
30- "./config/file" : " ./src/config/file.js"
31- },
3226 "workspaces" : [
3327 " ./packages/git-proxy-cli"
3428 ],
3832 "type" : " git" ,
3933 "url" : " https://github.com/finos/git-proxy"
4034 },
35+ "exports" : {
36+ "./plugin" : " ./src/plugin.js" ,
37+ "./proxy/actions" : " ./src/proxy/actions/index.js" ,
38+ "./src/config/env" : " ./src/config/env.js" ,
39+ "./config/file" : " ./src/config/file.js"
40+ },
4141 "dependencies" : {
4242 "@material-ui/core" : " ^4.11.0" ,
4343 "@material-ui/icons" : " 4.11.3" ,
6464 "moment" : " ^2.29.4" ,
6565 "mongodb" : " ^5.0.0" ,
6666 "nodemailer" : " ^6.6.1" ,
67+ "parse-diff" : " ^0.11.1" ,
6768 "passport" : " ^0.7.0" ,
6869 "passport-activedirectory" : " ^1.0.4" ,
6970 "passport-local" : " ^1.0.0" ,
7374 "react-dom" : " ^16.13.1" ,
7475 "react-html-parser" : " ^2.0.2" ,
7576 "react-router-dom" : " 6.26.2" ,
77+ "simple-git" : " ^3.25.0" ,
7678 "uuid" : " ^10.0.0" ,
7779 "yargs" : " ^17.7.2"
7880 },
118120 " last 1 safari version"
119121 ]
120122 }
121- }
123+ }
0 commit comments