UNPKG

1.04 kBJSONView Raw
1{
2 "name": "mongodb-test-runner",
3 "version": "1.3.4",
4 "description": "",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/mongodb-js/mongodb-test-runner.git"
9 },
10 "bin": {
11 "mongodb-test-runner": "./lib/runner.js"
12 },
13 "author": "Marcus Todd",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/mongodb-js/mongodb-test-runner/issues"
17 },
18 "scripts": {
19 "format": "prettier --print-width 100 --tab-width 2 --single-quote --write lib/**/*.js lib/*.js",
20 "lint": "eslint lib"
21 },
22 "homepage": "https://github.com/mongodb-js/mongodb-test-runner#readme",
23 "devDependencies": {
24 "eslint": "^4.3.0",
25 "eslint-plugin-prettier": "^2.2.0",
26 "prettier": "^1.6.1"
27 },
28 "dependencies": {
29 "metamocha": "^1.2.5",
30 "mongodb-topology-manager": "^2.0.0",
31 "mongodb-version-manager": "^1.0.7",
32 "semver": "^5.4.1",
33 "yargs": "^8.0.2"
34 },
35 "peerOptionalDependencies": {
36 "kerberos": "~0.0",
37 "snappy": "^6.0.0",
38 "bson-ext": "1.0.5"
39 }
40}