UNPKG

hadron-type-checker

Version:
41 lines (40 loc) 1.14 kB
{ "name": "hadron-type-checker", "description": "Hadron Type Checker", "author": "Durran Jordan <durran@gmail.com>", "bugs": { "url": "https://jira.mongodb.org/projects/COMPASS/issues", "email": "compass@mongodb.com" }, "homepage": "https://github.com/mongodb-js/compass", "version": "7.4.16", "repository": { "type": "git", "url": "https://github.com/mongodb-js/compass.git" }, "license": "SSPL", "keywords": [ "mongodb-js" ], "main": "index.js", "compass:main": "index.js", "scripts": { "test-check-ci": "npm test", "test": "mocha", "check": "npm run lint && npm run depcheck", "lint": "eslint-compass \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern", "depcheck": "compass-scripts check-peer-deps && depcheck", "test-ci": "npm run test" }, "dependencies": { "bson": "^6.10.4", "lodash": "^4.17.21" }, "devDependencies": { "@mongodb-js/eslint-config-compass": "^1.4.5", "chai": "^4.2.0", "depcheck": "^1.4.1", "mocha": "^10.2.0" }, "gitHead": "bb2c0fb9bcc9824b42029c6bce877e5601e5f6a9" }