UNPKG

1.87 kBJSONView Raw
1{
2 "name": "hadron-document",
3 "description": "Hadron Document",
4 "author": "Durran Jordan <durran@gmail.com>",
5 "bugs": "https://github.com/mongodb-js/hadron-document/issues",
6 "homepage": "https://github.com/mongodb-js/hadron-document",
7 "version": "7.0.0",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/mongodb-js/hadron-document.git"
11 },
12 "license": "SSPL",
13 "keywords": [
14 "mongodb-js"
15 ],
16 "scripts": {
17 "test-check-ci": "npm test",
18 "test": "mocha",
19 "check": "npm run lint && npm run depcheck",
20 "pretest": "babel ./src --out-dir ./lib",
21 "lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern",
22 "depcheck": "depcheck || echo \"!!! Dependency check failed, but the failure is ignored by now. This should be addressed in COMPASS-4772 !!!\"",
23 "test-ci": "npm run test",
24 "prepare": "babel ./src --out-dir ./lib"
25 },
26 "dependencies": {
27 "debug": "^4.1.1",
28 "eventemitter3": "^4.0.0",
29 "hadron-type-checker": "^6.0.0",
30 "lodash.foreach": "^4.3.0",
31 "lodash.includes": "^4.1.3",
32 "lodash.isarray": "^4.0.0",
33 "lodash.isequal": "^4.5.0",
34 "lodash.isplainobject": "^4.0.4",
35 "lodash.isstring": "^4.0.1",
36 "lodash.keys": "^4.0.7",
37 "react": "^16.14.0",
38 "react-dom": "^16.14.0",
39 "uuid": "^7.0.3"
40 },
41 "devDependencies": {
42 "@babel/cli": "^7.14.3",
43 "@babel/core": "^7.14.3",
44 "@babel/plugin-proposal-decorators": "^7.14.2",
45 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
46 "@babel/preset-env": "^7.14.2",
47 "@babel/preset-react": "^7.13.13",
48 "@babel/register": "^7.13.16",
49 "babel-loader": "^8.2.2",
50 "bson": "^4.0.3",
51 "chai": "^4.2.0",
52 "depcheck": "^1.4.0",
53 "eslint": "^7.25.0",
54 "eslint-config-mongodb-js": "^5.0.3",
55 "mocha": "^7.0.1",
56 "moment": "^2.18.1"
57 }
58}