UNPKG

1.94 kBJSONView Raw
1{
2 "name": "hadron-app-registry",
3 "description": "Hadron App Registry",
4 "author": "Durran Jordan <durran@gmail.com>",
5 "bugs": {
6 "url": "https://jira.mongodb.org/projects/COMPASS/issues",
7 "email": "compass@mongodb.com"
8 },
9 "homepage": "https://github.com/mongodb-js/compass",
10 "version": "8.7.0",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/mongodb-js/compass.git"
14 },
15 "license": "SSPL",
16 "keywords": [
17 "mongodb-js"
18 ],
19 "main": "dist/index.js",
20 "exports": {
21 "webpack": "./src/index.ts",
22 "require": "./dist/index.js",
23 "import": "./dist/.esm-wrapper.mjs"
24 },
25 "types": "./dist/index.d.ts",
26 "scripts": {
27 "bootstrap": "npm run compile",
28 "prepublishOnly": "npm run compile",
29 "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
30 "eslint": "eslint",
31 "prettier": "prettier",
32 "lint": "npm run eslint . && npm run prettier -- --check .",
33 "depcheck": "depcheck",
34 "check": "npm run lint && npm run depcheck",
35 "check-ci": "npm run check",
36 "test": "mocha",
37 "test-cov": "nyc -x \"**/*.spec.*\" npm run test",
38 "test-watch": "npm run test -- --watch",
39 "test-ci": "npm run test-cov",
40 "reformat": "npm run prettier -- --write ."
41 },
42 "dependencies": {
43 "debug": "4.3.0",
44 "eventemitter3": "^4.0.0",
45 "reflux": "^0.4.1"
46 },
47 "devDependencies": {
48 "@mongodb-js/eslint-config-compass": "^0.5.0",
49 "@mongodb-js/mocha-config-compass": "^0.7.0",
50 "@mongodb-js/prettier-config-compass": "^0.4.0",
51 "@mongodb-js/tsconfig-compass": "^0.4.0",
52 "@types/chai": "^4.2.21",
53 "@types/mocha": "^9.0.0",
54 "@types/reflux": "^6.4.3",
55 "chai": "^4.1.2",
56 "depcheck": "^1.4.1",
57 "eslint": "^7.25.0",
58 "eslint-config-mongodb-js": "^5.0.3",
59 "mocha": "^8.4.0",
60 "sinon": "^9.0.0",
61 "typescript": "^4.3.5"
62 },
63 "gitHead": "542e3fa07d48435b1a7acc21c96de20562b843b3"
64}