UNPKG

hadron-type-checker

Version:
67 lines (66 loc) 2.09 kB
{ "name": "hadron-type-checker", "description": "Hadron Type Checker", "author": { "name": "MongoDB Inc", "email": "compass@mongodb.com" }, "bugs": { "url": "https://jira.mongodb.org/projects/COMPASS/issues", "email": "compass@mongodb.com" }, "homepage": "https://github.com/mongodb-js/compass", "version": "7.5.8", "repository": { "type": "git", "url": "https://github.com/mongodb-js/compass.git" }, "publishConfig": { "access": "public" }, "license": "SSPL", "keywords": [ "mongodb-js" ], "main": "dist/index.js", "compass:main": "src/index.ts", "compass:exports": { ".": "./src/index.ts" }, "types": "./dist/index.d.ts", "scripts": { "bootstrap": "npm run compile", "prepublishOnly": "npm run compile && compass-scripts check-exports-exist", "compile": "tsc -p tsconfig-build.json", "typecheck": "tsc -p tsconfig.json --noEmit", "eslint": "eslint-compass", "prettier": "prettier-compass", "lint": "npm run eslint . && npm run prettier -- --check .", "depcheck": "compass-scripts check-peer-deps && depcheck", "check": "npm run typecheck && npm run lint && npm run depcheck", "check-ci": "npm run check", "test": "mocha", "test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test", "test-watch": "npm run test -- --watch", "test-ci": "npm run test-cov", "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." }, "dependencies": { "bson": "^7.2.0", "lodash": "^4.18.1" }, "devDependencies": { "@mongodb-js/eslint-config-compass": "^1.4.25", "@mongodb-js/mocha-config-compass": "^1.8.0", "@mongodb-js/prettier-config-compass": "^1.2.9", "@mongodb-js/tsconfig-compass": "^1.3.1", "@types/chai": "^4.2.21", "@types/mocha": "^9.0.0", "chai": "^4.2.0", "depcheck": "^1.4.1", "mocha": "^10.2.0", "nyc": "^15.1.0", "typescript": "^6.0.3" }, "gitHead": "b56c594288a4ee443a43a8907867401768ea5955" }