UNPKG

quosdolorem

Version:
31 lines (30 loc) 844 B
{ "name": "@mongosh/types", "version": "0.0.0-dev.0", "description": "Types for mongosh internals", "author": "Anna Henningsen <anna.henningsen@mongodb.com>", "homepage": "https://github.com/mongodb-js/mongosh/tree/main/packages/types#readme", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "publishConfig": { "access": "public" }, "engines": { "node": ">=12.4.0" }, "repository": { "type": "git", "url": "git+https://github.com/mongodb-js/mongosh.git" }, "scripts": { "check": "npm run lint", "compile-ts": "tsc -p tsconfig.json", "lint": "eslint --report-unused-disable-directives \"**/*.{js,ts,tsx}\"", "prepublish": "npm run compile-ts", "test-ci": "npm run test" }, "bugs": { "url": "https://github.com/mongodb-js/mongosh/issues" } }