UNPKG

hadron-document

Version:
68 lines (67 loc) 2.15 kB
{ "name": "hadron-document", "description": "Hadron Document", "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": "8.9.4", "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.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 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": "^6.10.4", "eventemitter3": "^4.0.0", "hadron-type-checker": "^7.4.16", "lodash": "^4.17.21", "mongodb": "^6.17.0" }, "devDependencies": { "@mongodb-js/eslint-config-compass": "^1.4.5", "@mongodb-js/mocha-config-compass": "^1.7.0", "@mongodb-js/prettier-config-compass": "^1.2.8", "@mongodb-js/tsconfig-compass": "^1.2.9", "chai": "^4.2.0", "depcheck": "^1.4.1", "mocha": "^10.2.0", "moment": "^2.29.4", "sinon": "^17.0.1" }, "gitHead": "bb2c0fb9bcc9824b42029c6bce877e5601e5f6a9" }