forked from mongodb-js/ace-autocompleter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 992 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "mongodb-ace-autocompleter",
"version": "0.8.0",
"description": "Ace Editor Autocompleter for MongoDB Queries & Agg Pipelines",
"main": "index.js",
"scripts": {
"check": "mongodb-js-precommit",
"test": "mocha --recursive test/setup.js ./test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mongodb-js/ace-autocompleter.git"
},
"keywords": [
"MongoDB",
"Ace"
],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mongodb-js/ace-autocompleter/issues"
},
"homepage": "https://github.com/mongodb-js/ace-autocompleter#readme",
"devDependencies": {
"brace": "^0.11.1",
"chai": "^4.2.0",
"eslint-config-mongodb-js": "^5.0.3",
"jsdom": "^16.7.0",
"jsdom-global": "^3.0.2",
"mocha": "^7.0.0",
"mongodb-js-precommit": "^2.0.0",
"sinon": "^8.0.4",
"sinon-chai": "^3.7.0"
},
"dependencies": {
"semver": "^7.3.5"
}
}