|
| 1 | +{ |
| 2 | + "name": "@mongodb-js/testing-library-compass", |
| 3 | + "description": "Compass unit testing utils", |
| 4 | + "author": { |
| 5 | + "name": "MongoDB Inc", |
| 6 | + |
| 7 | + }, |
| 8 | + "private": true, |
| 9 | + "bugs": { |
| 10 | + "url": "https://jira.mongodb.org/projects/COMPASS/issues", |
| 11 | + |
| 12 | + }, |
| 13 | + "homepage": "https://github.com/mongodb-js/compass", |
| 14 | + "version": "1.0.0", |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "https://github.com/mongodb-js/compass.git" |
| 18 | + }, |
| 19 | + "files": [ |
| 20 | + "dist" |
| 21 | + ], |
| 22 | + "license": "SSPL", |
| 23 | + "main": "dist/index.js", |
| 24 | + "compass:main": "src/index.tsx", |
| 25 | + "exports": { |
| 26 | + ".": "./dist/index.js" |
| 27 | + }, |
| 28 | + "compass:exports": { |
| 29 | + ".": "./src/index.tsx" |
| 30 | + }, |
| 31 | + "types": "./dist/index.d.ts", |
| 32 | + "scripts": { |
| 33 | + "compile": "tsc -p tsconfig.json", |
| 34 | + "typecheck": "tsc -p tsconfig-lint.json --noEmit", |
| 35 | + "eslint": "eslint", |
| 36 | + "prettier": "prettier", |
| 37 | + "lint": "npm run eslint . && npm run prettier -- --check .", |
| 38 | + "depcheck": "depcheck", |
| 39 | + "check": "npm run typecheck && npm run lint && npm run depcheck", |
| 40 | + "check-ci": "npm run check", |
| 41 | + "test": "mocha", |
| 42 | + "test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test", |
| 43 | + "test-watch": "npm run test -- --watch", |
| 44 | + "test-ci": "npm run test-cov", |
| 45 | + "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." |
| 46 | + }, |
| 47 | + "devDependencies": { |
| 48 | + "@mongodb-js/eslint-config-compass": "^1.1.6", |
| 49 | + "@mongodb-js/mocha-config-compass": "^1.4.1", |
| 50 | + "@mongodb-js/prettier-config-compass": "^1.0.2", |
| 51 | + "@mongodb-js/tsconfig-compass": "^1.0.4", |
| 52 | + "@types/chai": "^4.2.21", |
| 53 | + "@types/mocha": "^9.0.0", |
| 54 | + "@types/sinon-chai": "^3.2.5", |
| 55 | + "chai": "^4.3.6", |
| 56 | + "depcheck": "^1.4.1", |
| 57 | + "eslint": "^7.25.0", |
| 58 | + "mocha": "^10.2.0", |
| 59 | + "nyc": "^15.1.0", |
| 60 | + "prettier": "^2.7.1", |
| 61 | + "typescript": "^5.0.4" |
| 62 | + }, |
| 63 | + "dependencies": { |
| 64 | + "@testing-library/react": "^12.1.5", |
| 65 | + "@testing-library/user-event": "^13.5.0", |
| 66 | + "mongodb-connection-string-url": "^3.0.1", |
| 67 | + "react": "^17.0.2", |
| 68 | + "react-redux": "^8.1.3", |
| 69 | + "sinon": "^17.0.1" |
| 70 | + } |
| 71 | +} |
0 commit comments