|
| 1 | +{ |
| 2 | + "name": "@mongodb-js/compass-generative-ai", |
| 3 | + "productName": "compass-generative-ai", |
| 4 | + "description": "Generative AI aspects for Compass", |
| 5 | + "author": { |
| 6 | + "name": "MongoDB Inc", |
| 7 | + |
| 8 | + }, |
| 9 | + "publishConfig": { |
| 10 | + "access": "public" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://jira.mongodb.org/projects/COMPASS/issues", |
| 14 | + |
| 15 | + }, |
| 16 | + "homepage": "https://github.com/mongodb-js/compass", |
| 17 | + "version": "0.1.0", |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "https://github.com/mongodb-js/compass.git" |
| 21 | + }, |
| 22 | + "files": [ |
| 23 | + "dist" |
| 24 | + ], |
| 25 | + "license": "SSPL", |
| 26 | + "main": "dist/index.js", |
| 27 | + "compass:main": "src/index.ts", |
| 28 | + "exports": { |
| 29 | + "browser": "./dist/browser.js", |
| 30 | + "require": "./dist/index.js" |
| 31 | + }, |
| 32 | + "compass:exports": { |
| 33 | + ".": "./src/index.ts" |
| 34 | + }, |
| 35 | + "types": "./dist/src/index.d.ts", |
| 36 | + "scripts": { |
| 37 | + "bootstrap": "npm run postcompile", |
| 38 | + "prepublishOnly": "npm run compile", |
| 39 | + "compile": "npm run webpack -- --mode production", |
| 40 | + "webpack": "webpack-compass", |
| 41 | + "postcompile": "tsc --emitDeclarationOnly", |
| 42 | + "start": "npm run webpack serve -- --mode development", |
| 43 | + "analyze": "npm run webpack -- --mode production --analyze", |
| 44 | + "typecheck": "tsc -p tsconfig-lint.json --noEmit", |
| 45 | + "eslint": "eslint", |
| 46 | + "prettier": "prettier", |
| 47 | + "lint": "npm run eslint . && npm run prettier -- --check .", |
| 48 | + "depcheck": "compass-scripts check-peer-deps && depcheck", |
| 49 | + "check": "npm run typecheck && npm run lint && npm run depcheck", |
| 50 | + "check-ci": "npm run check", |
| 51 | + "test": "mocha", |
| 52 | + "test-electron": "xvfb-maybe electron-mocha --no-sandbox", |
| 53 | + "test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test", |
| 54 | + "test-watch": "npm run test -- --watch", |
| 55 | + "test-ci": "npm run test-cov", |
| 56 | + "test-ci-electron": "npm run test-electron", |
| 57 | + "reformat": "npm run prettier -- --write . && npm run eslint . --fix" |
| 58 | + }, |
| 59 | + "peerDependencies": { |
| 60 | + "@mongodb-js/compass-components": "^1.15.0", |
| 61 | + "react": "*" |
| 62 | + }, |
| 63 | + "dependencies": { |
| 64 | + "@mongodb-js/compass-components": "^1.15.0" |
| 65 | + }, |
| 66 | + "devDependencies": { |
| 67 | + "@mongodb-js/eslint-config-compass": "^1.0.9", |
| 68 | + "@mongodb-js/mocha-config-compass": "^1.3.1", |
| 69 | + "@mongodb-js/prettier-config-compass": "^1.0.1", |
| 70 | + "@mongodb-js/tsconfig-compass": "^1.0.3", |
| 71 | + "@mongodb-js/webpack-config-compass": "^1.2.1", |
| 72 | + "@testing-library/react": "^12.1.4", |
| 73 | + "@testing-library/user-event": "^13.5.0", |
| 74 | + "@types/chai": "^4.2.21", |
| 75 | + "@types/chai-dom": "^0.0.10", |
| 76 | + "@types/mocha": "^9.0.0", |
| 77 | + "@types/react": "^17.0.5", |
| 78 | + "@types/react-dom": "^17.0.10", |
| 79 | + "@types/sinon-chai": "^3.2.5", |
| 80 | + "chai": "^4.3.6", |
| 81 | + "depcheck": "^1.4.1", |
| 82 | + "eslint": "^7.25.0", |
| 83 | + "mocha": "^10.2.0", |
| 84 | + "nyc": "^15.1.0", |
| 85 | + "prettier": "^2.7.1", |
| 86 | + "react": "^17.0.2", |
| 87 | + "react-dom": "^17.0.2", |
| 88 | + "sinon": "^9.2.3", |
| 89 | + "xvfb-maybe": "^0.2.1" |
| 90 | + } |
| 91 | +} |
0 commit comments