ipsambeatae
Version:
Shared dependencies of Compass, the MongoDB extension for VSCode and MongoSH
88 lines (87 loc) • 2.59 kB
JSON
{
"name": "@mongodb-js/sbom-tools",
"description": "Reporting tools for 3rd party vulnerabilities and licenses",
"author": {
"name": "MongoDB Inc",
"email": "compass@mongodb.com"
},
"publishConfig": {
"access": "public"
},
"bin": {
"mongodb-sbom-tools": "./bin/mongodb-sbom-tools.js"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
"email": "compass@mongodb.com"
},
"homepage": "https://github.com/mongodb-js/devtools-shared",
"version": "0.5.8",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/devtools-shared.git"
},
"files": [
"dist"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"exports": {
"require": "./dist/index.js",
"import": "./dist/.esm-wrapper.mjs"
},
"types": "./dist/index.d.ts",
"scripts": {
"bootstrap": "npm run compile",
"prepublishOnly": "npm run compile",
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
"typecheck": "tsc --noEmit",
"eslint": "eslint",
"prettier": "prettier",
"lint": "npm run eslint . && npm run prettier -- --check .",
"depcheck": "depcheck",
"check": "npm run typecheck && npm run lint && npm run depcheck",
"check-ci": "npm run check",
"test": "mocha",
"test-cov": "nyc -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 prettier -- --write ."
},
"devDependencies": {
"@mongodb-js/eslint-config-devtools": "0.9.9",
"@mongodb-js/mocha-config-compass": "^0.10.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-compass": "^0.6.0",
"@types/chai": "^4.2.21",
"@types/lodash": "^4.14.194",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.35",
"@types/node-fetch": "^2.6.3",
"@types/sinon-chai": "^3.2.5",
"@types/spdx-satisfies": "^0.1.0",
"chai": "^4.3.6",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"gen-esm-wrapper": "^1.1.0",
"mocha": "^8.4.0",
"nock": "^13.3.1",
"nyc": "^15.1.0",
"prettier": "2.3.2",
"rimraf": "^5.0.1",
"sinon": "^9.2.3",
"typescript": "^5.0.4",
"webpack": "^5.82.0"
},
"dependencies": {
"@pkgjs/nv": "^0.2.1",
"commander": "^10.0.1",
"error-stack-parser": "^2.1.4",
"find-up": "^4.1.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"semver": "^7.5.4",
"snyk-policy": "^2.0.4",
"spdx-satisfies": "^5.0.1"
}
}