UNPKG

997 BJSONView Raw
1{
2 "name": "mongodb-ace-autocompleter",
3 "version": "0.9.0",
4 "description": "Ace Editor Autocompleter for MongoDB Queries & Agg Pipelines",
5 "main": "index.js",
6 "scripts": {
7 "check": "mongodb-js-precommit",
8 "test": "mocha --recursive test/setup.js ./test/**/*.test.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/mongodb-js/ace-autocompleter.git"
13 },
14 "keywords": [
15 "MongoDB",
16 "Ace"
17 ],
18 "author": "durran@gmail.com",
19 "license": "Apache-2.0",
20 "bugs": {
21 "url": "https://github.com/mongodb-js/ace-autocompleter/issues"
22 },
23 "homepage": "https://github.com/mongodb-js/ace-autocompleter#readme",
24 "devDependencies": {
25 "ace-builds": "^1.4.13",
26 "chai": "^4.2.0",
27 "eslint-config-mongodb-js": "^5.0.3",
28 "jsdom": "^16.7.0",
29 "jsdom-global": "^3.0.2",
30 "mocha": "^7.0.0",
31 "mongodb-js-precommit": "^2.0.0",
32 "sinon": "^8.0.4",
33 "sinon-chai": "^3.7.0"
34 },
35 "dependencies": {
36 "semver": "^7.3.5"
37 }
38}