hadron-document
Version:
Hadron Document
75 lines (74 loc) • 2.38 kB
JSON
{
"name": "hadron-document",
"description": "Hadron Document",
"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": "8.11.7",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
},
"license": "SSPL",
"keywords": [
"mongodb-js"
],
"main": "dist/index.js",
"compass:main": "src/index.ts",
"compass:exports": {
".": "./src/index.ts"
},
"types": "./dist/index.d.ts",
"files": [
"dist",
"package.json",
"README.md"
],
"scripts": {
"bootstrap": "npm run compile",
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
"clean": "node -e \"fs.rmSync('dist', { recursive: true, force: true })\" || true",
"precompile": "npm run clean",
"compile": "tsc -p tsconfig-build.json",
"depcheck": "compass-scripts check-peer-deps && depcheck",
"eslint": "eslint-compass",
"prettier": "prettier-compass",
"lint": "npm run eslint . && npm run prettier -- --check .",
"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 .",
"typecheck": "echo \"TODO(COMPASS-9897): typecheck is failing in test files\" && tsc -p tsconfig-build.json --noEmit"
},
"dependencies": {
"bson": "^7.2.0",
"eventemitter3": "^4.0.0",
"hadron-type-checker": "^7.5.7",
"lodash": "^4.18.1",
"mongodb": "^7.1.1"
},
"devDependencies": {
"@mongodb-js/eslint-config-compass": "^1.4.24",
"@mongodb-js/mocha-config-compass": "^1.8.0",
"@mongodb-js/prettier-config-compass": "^1.2.9",
"@mongodb-js/tsconfig-compass": "^1.3.0",
"chai": "^4.2.0",
"depcheck": "^1.4.1",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"sinon": "^17.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a692265f8f1f324457005426766ca45b5bc8ec93"
}