|
77 | 77 | "styles": [
|
78 | 78 | "index"
|
79 | 79 | ]
|
| 80 | + }, |
| 81 | + "compass-readonly": { |
| 82 | + "name": "mongodb-compass-readonly", |
| 83 | + "productName": "MongoDB Compass Readonly", |
| 84 | + "bundleId": "com.mongodb.compass.readonly", |
| 85 | + "plugins-directory": ".mongodb/compass-readonly/plugins", |
| 86 | + "readonly": true, |
| 87 | + "plugins": [ |
| 88 | + "node_modules/@mongodb-js/compass-crud", |
| 89 | + "node_modules/@mongodb-js/compass-collection-stats", |
| 90 | + "node_modules/@mongodb-js/compass-connect", |
| 91 | + "node_modules/@mongodb-js/compass-auth-kerberos", |
| 92 | + "node_modules/@mongodb-js/compass-auth-ldap", |
| 93 | + "node_modules/@mongodb-js/compass-auth-x509", |
| 94 | + "node_modules/@mongodb-js/compass-document-validation", |
| 95 | + "node_modules/@mongodb-js/compass-deployment-awareness", |
| 96 | + "node_modules/@mongodb-js/compass-query-history", |
| 97 | + "node_modules/@mongodb-js/compass-security", |
| 98 | + "node_modules/@mongodb-js/compass-serverstats", |
| 99 | + "node_modules/@mongodb-js/compass-server-version", |
| 100 | + "node_modules/@mongodb-js/compass-ssh-tunnel-status", |
| 101 | + "node_modules/@mongodb-js/compass-status" |
| 102 | + ], |
| 103 | + "styles": [ |
| 104 | + "index" |
| 105 | + ] |
80 | 106 | }
|
81 | 107 | },
|
82 | 108 | "build": {
|
|
0 commit comments